body {
    font-family: Poppins, sans-serif;
    background-color: #141313;
    
}


h1,h2,h3,h4,h5,p {

color: #fff;
font-family: Poppins, sans-serif;
}


.rounded-button {
    border-radius: 30%;
    position: absolute;
    top: -3px;
    left: -3px;
    padding: 10px;
    background-color: black;
    color: white;
    
    z-index: 102;
  }
  
  .rounded-button:hover {
    background-color: #ddd;
    transform: scale(1.2);
    transition: transform 0.2s ease; 
  }

  .rounded-button:not(:hover){
    transform: scale(1); 
    transition: transform 0.2s ease; 
    background-color: black;
  }

h1 {

text-align: center;
font-size: 3.5rem;

}



.download-container {

margin-bottom: 20%;
padding-left: 5vw;

}

.download-container h2 {
    font-size: 3rem;
    padding-top: 1%;

}



.language-bar {
    position: absolute;
    top: 5%;
    right: 2%;
    padding: 10px;
    background-color: transparent;
    color: white;
    z-index: 102;
}

.language-bar a {
    font-family: 'Noto Sans';
    color: white;
    text-decoration: none;
    margin: 0 5px;
}

.language-bar a:hover {
    color: #ddd;
}








header {

    color: #fff;
    padding: 20px 0;
    text-align: center;
    min-height: 20px;
}

nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.3rem;

}

nav a {
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-family: 'Noto Sans';
    margin: 3px;
}

a {

color: cyan;

}

nav a:hover {
    background-color: #555;
}

.disabled-link {
    color: gray; 
    pointer-events: none; 
    text-decoration: none;
}




::-webkit-scrollbar {
    width: 6px; 
    background-color: rgb(129, 123, 123);
}

::-webkit-scrollbar-track {
    background: transparent; 
}

::-webkit-scrollbar-thumb {
    background: rgba(50, 50, 50, 0.5); 
    border-radius: 20px; 
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(30, 30, 30, 0.5);
}



@media (max-width: 1000px){


}

@media (max-width: 720px){


}


@media (max-width: 680px) {


    .language-bar {

        top: 7%;
        
        }


}

@media (max-width: 350px){

.language-bar {

top: 10%;

}

h2, h3 {

    font-size: 2rem;

}


}

@media (max-width: 185px){

    
    .language-bar {
    
    top: 15%;
    
    }
    
    
    }