/*buttons and stuff like that goes here*/

/*buttons*/
.neocities_button {
    color: blue;
    font-style: italic;
  }

.archive_button {
    color: white;
    font-weight: 700;
}

.mishyx_link {
    color: white;
    font-weight: 700;
}

a:hover {
    font-size: 1.1em;
}