@font-face {
    font-family: Helvetica;
    src: url(Helvetica.ttf);
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Helvetica;
    color: white;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.wallpaper {
    background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.9)), url(wallpaper/wallpaper4.png);
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.wallpaper2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.9)), url(wallpaper/wallpaper4jeff.png);
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.wallpaper3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.9)), url(wallpaper/akimara\ background.gif);
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.wallpaper4 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.9)), url(wallpaper/system32.gif);
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.wallpaper5 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.9)), url(wallpaper/wallpaper\ for\ frosty.png);
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.wallpaper6 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.9)), url(wallpaper/gang_gang.png);
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.nav-bar {
    position: fixed;
    top: 10px;  
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    z-index: 10;  
    font-size: 18px;
}

.nav-bar a {
    text-decoration: none;
    color: white;  
    transition: color 0.3s ease, transform 0.3s ease; 
}

.nav-bar a.selected {
    color: #ffffff;  
    text-decoration: underline; 
}


.nav-bar a.home {
    color: white; 
}


.nav-bar a:hover {
    color: #865CD7;  
    transform: scale(1.1);  
}


.social-icon img {
    transition: transform 0.3s ease, filter 0.3s ease; 
}

.social-icon:hover img {
    transform: scale(1.1);  
    filter: brightness(1.3);  
}


.social-icon {
    margin-right: 10px; 
    display: inline-block; 
}

.socials-title {
    margin-bottom: 10px; 
}

pre {
    color: #fff;
    overflow-x: hidden;
    overflow-y: hidden;
    border: none;
    font-size: 10px;
}

.center-screen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}


.box-contain {
    position: relative; 
    display: flex;
    margin-top: 1em;
    width: 500px;
    text-align: center;
    justify-content: center;
    align-items: center;
    border: 2px solid #C5C6D3;
    border-radius: 10px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3), 0px 0px 15px rgba(255, 255, 255, 0.1);
    transform-style: preserve-3d; 
    transition: transform 0.1s ease; 
}

.box-contain-social {
    position: relative; 
    display: flex;
    margin-top: 1em;
    width: 190px;
    text-align: center;
    justify-content: center;
    align-items: center;
    border: 2px solid #C5C6D3;
    border-radius: 10px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3), 0px 0px 15px rgba(255, 255, 255, 0.1);
    transform-style: preserve-3d; 
    transition: transform 0.1s ease; 
}




.pfp {
    width: 110px;
    height: 100;
    border-radius: 50%;
    margin: 0 auto 20px;
    padding: 4px; 
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); 
}


h3, p {
    color: #C5C6D3;
    text-align: center;
}


a {
    margin: 0 10px; 
}


a:hover {
    transform: scale(1.1); 
    transition: transform 0.3s ease-in-out;
}


.fade-in-image {
    animation: fadeIn 3s;
    -webkit-animation: fadeIn 3s;
    -moz-animation: fadeIn 3s;
    -o-animation: fadeIn 3s;
    -ms-animation: fadeIn 3s;
}

@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:1; }
}

@-moz-keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:1; }
}

@-o-keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:1; }
}

@-ms-keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:1; }
}

@media (max-width: 600px) {
    html, body {
        overflow-x: hidden;
    }
    .intial-container {
        margin-top: 1200px;
    }
    .box-contain {
        flex-direction: column;
        align-items: center;
    }
    .box-brrr {
        max-width: 400px;
    }
    .box-brrr2 {
        max-width: 400px;
    }
    pre {
        font-size: 14px;
        overflow-y: auto;
    }
    .text {
        font-size: 8px;
        margin-bottom: 150px;
    }
}


#sparkles-container {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;  
    z-index: 1000;  
  }
  
  
  .sparkle {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    animation: sparkle-animation 1s ease-out forwards;  
    opacity: 0;  
  }
  
 
  @keyframes sparkle-animation {
    0% {
      transform: scale(0);  
      opacity: 1;  
    }
    100% {
      transform: scale(3);  
      opacity: 0;  
    }
  }
  
  .name {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    display: inline-block;
    background-image: url('../assets.guns.lol/sparkle_yellow.gif');
    padding: 2px 8px;
  }

  .dot {
    color: #ffffff;
    font-size: 24px;
    margin: 0 -10px;
  }