@font-face {
    font-family: 'GothicByte';
    src: url('fonts/GothicByte.ttf');
}
@font-face {
    font-family: 'AppleGaramond';
    src: url(fonts/AppleGaramond.ttf);
}
   * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    #overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        backdrop-filter: blur(35px);
        animation: ease-in;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .content {
        text-align: center;
        color: white;
    }
body {
    background-color: black;
    background-image: 'smallgif.gif';
    font-family: 'GothicByte';
    text-align: center;
    color: white;
}
      .other {
      cursor: url(https://cur.cursors-4u.net/symbols/sym-1/sym46.cur), auto !important;
      text-align: center;
      text-decoration: none;
      color: white;
      background-color: black;
      padding: 10px;
      display: inline-block;
      transition: text-shadow 0.3s ease-in-out;
    }

    .other:hover {
      text-shadow: 0 0 10px white, 0 0 20px white;
    }

    ::selection {
    background-color: #4d4d4d;
    color: white;
    }


.creators {
      cursor: url(https://cur.cursors-4u.net/symbols/sym-1/sym46.cur), auto !important;
      position: absolute;
      top: 0.25rem;
      left: 0.25rem;
      text-decoration: none;
      font-size: 10px;
      color: white;
      background-color: black;
      padding: 10px;
      display: inline-block;
      transition: text-shadow 0.3s ease-in-out;
}
    .creators:hover {
      text-shadow: 0 0 10px white, 0 0 20px white;
    }

.sexy {
      cursor: url(https://cur.cursors-4u.net/symbols/sym-1/sym46.cur), auto !important;
      position: absolute;
      align-items: center;
      bottom: 0.25rem;
      text-decoration: none;
      font-size: 10px;
      color: white;
      background-color: black;
      padding: 10px;
      display: inline-block;
      transition: text-shadow 0.3s ease-in-out; 
}

    .sexy:hover {
      text-shadow: 0 0 10px white, 0 0 20px white;
    }

.profiles {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.profile-link {
    text-decoration: none;
    color: white;
}

.profile {
    width: 120px;
    height: 210px;
    border: 2px solid #111111;
    border-radius: 15px;
    background-color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.5s ease;
}

.profile:hover {
    transform: scale(1.1);
}

.profile img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    margin-bottom: 5px;
}

.profile p {
    margin: 0;
    font-size: 16px;
}

.container {
    margin-top: -300px;
    text-align: center;
}

.title {
    font-size: 50px;
    margin-bottom: 20px;
    margin-top: 200px;
    text-align: center;
    text-decoration: none;
    color: white;
    padding: 10px;
    display: inline-block;
    transition: text-shadow 0.3s ease-in-out;
}


    .title:hover {
      text-shadow: 0 0 10px white, 0 0 10px white;
    }

.bio {
    margin-bottom: 20px;
    size: 50x;
    font-family: 'AppleGaramond';
}
.bio:hover {
      text-shadow: 0 0 10px white, 0 0 10px white;
}

.posted {
      cursor: url(https://cur.cursors-4u.net/symbols/sym-1/sym46.cur), auto !important;
      position: absolute;
      bottom: 0.25rem;
      left: 0.25rem;
      text-decoration: none;
      font-size: 10px;
      color: white;
      padding: 10px;
      display: inline-block;
      transition: text-shadow 0.3s ease-in-out;
}

a {
    color: white;
    text-decoration: none;
}
a:hover {
    color: white;
}