body {
    background: url('images/bubbles.gif'), #cdb4c5;
    background-repeat: repeat;
    font-family: 'neophyte';
    display: flex;
    align-items: center;
    flex-direction: column;
}

.blinkies {
    font-family: url('fonts/AppleGaramond-Light.ttf');
    color: #83727d;
    width: fit-content;
    padding-left: 50px;
    padding-right: 50px;
    height: 75vh;
    background-color: rgba(255, 241, 254, 0.7);
    vertical-align: middle;
    align-self: center;
    justify-items: center;
    /* border-radius: 10px; */
    overflow: scroll;
}

.blinkies img {
    display:table-cell;
    margin-top: 5px;
}

.blinkies a img {
    display:table-cell;
}

.blinkies a {
    display:table-cell;
}

@font-face {
  font-family: 'neophyte'; /* Give your font a unique name */
  src: url('fonts/neophyte.ttf') format('truetype'); /* Adjust the path to your font file */
  font-weight: normal; /* Optional: define weight */
  font-style: normal; /* Optional: define style */
}