body,html{
    margin: 0;
    padding: 0;
    background-color: black;
    color: white;
}
nav{
    font-family: sans-serif;
    position: sticky;
    z-index: 10000; 
    top: 0;
    font-size: 25px;
    display: flex;
    align-items: center;
    background-color:rgb(34,34,34,0.7);
    backdrop-filter:blur(5px)
;
    height: 7vh;
    color: white;
}
.header{
    font-size: 32px;
    margin-left: 2vh;
    font-weight: bold;
}
.spn{
    color: rgb(137, 202, 255);
    font-size: 24px;
}
.logo{
    padding-right:1vh;
    border-right: 1px solid  white;
}
nav a{
    transition: all,0.5s;
    color: rgb(187, 185, 185);
    font-weight: bold;
    text-decoration: none;
        margin-left: 3vh;

}
nav a:hover{
    color: rgb(252, 214, 0);
}
.subtext{
    margin: 0 auto;
   margin-right: 2vw;
}
.desc{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column  ;
    color: gray;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 3vh;
    padding: 15px;
    background-color: rgb(25,25,25);
    width: 90vw;
    height: 30vh;
    margin:0 auto;
    margin-top: 3vh;
    border-radius: 2vh;
}
.desc *{
    margin: 0;
}
.desc p{
    margin: 5vh;
}
.filepool{
    margin: 0 auto;
    background-color: rgb(25,25,25);
    height: 40vh;
    border-radius: 2vh;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow: auto;
    display: flex;
}
.nmb{
    box-sizing: border-box;
    height: 5vh;
    display: flex;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    padding: 1vh;
    margin: 0 auto;
    width: 100%;
    background-color: rgb(18,19,18);
}
.nmb * {
    margin: 0;
}
.filepool a{
    margin: 2vh;
    padding-left: 1vh;
    font-family: sans-serif;
    display: flex;
    align-items: center;
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-weight: bold;
    font-size: 24px;
    border-left: 1vh solid rgb(204, 201, 201);
    width: 4vw;
    height: 6vw;
    background-color: rgb(124, 114, 58)     ;
}
.not{
    margin-top: 3vh;
    background-color: rgb(25,25,25);
    width: 45vw;
    height: 35vw;
    border-radius: 3vh;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.fpbig{
        width: 90vw;
        margin: 0 auto;
}
.rest{
    font-size: 3vh;
}
.container{
    justify-content: center;
    gap: 5%;
    width: 90vw;
    margin: 0 auto;
    display: flex;
}
.spe{}