@font-face {
  font-family: "amiga4ever";
  src: url("buttons/amiga4ever.ttf") format("truetype");
}

a:link {color: #888888; text-decoration: none; }
a:active {color: #cccccc; text-decoration: none; }
a:visited {color: #888888; text-decoration: none; }
a:hover {color: #cccccc; text-decoration: none; }

.linkbox {
    width: 60%;
    max-width: 60%;
    font-size: large; 
    display: flex; 
    flex-wrap: wrap; 
    justify-content: center; 
    align-items: center; 
    gap: 50px;
}
.linkbox > div {
    flex-grow: 0;
}

.naturally {
    a:link {color: #666666; text-decoration: none; }
    a:active {color: #888888; text-decoration: none; }
    a:visited {color: #666666; text-decoration: none; }
    a:hover {color: #888888; text-decoration: none; }
}


