body{
    width: 100%;
    background-color: rgb(54, 54, 54);
    background-image: url("resources/background-black.jpg");
    /* background-image: url("resources/background/black-points-background.jpg"); */

    overflow-x: hidden;
}

.mobile_visible{
    display: flex;
    color: white;
    font-size: 2em;
    justify-content: center;
    margin: .7em;
    text-decoration: underline;
}

.vis{
    display: flex;
    position: absolute;
    top: 0.25em;
    left: 0.25em;
    z-index: 2;
}

.vis img{
    height: 80px;
    width: 80px;
    filter: invert();
}
 

.container a{
    height: 5em;
    width: 70%;
    margin-left: 15%;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(0,0,0);
    font-weight: 900;
}
.container a nav{
    justify-content: center;
    background-color: rgba(126, 126, 126, 1);
    padding: 1em;
    border-radius: 1em;
    border: 2px black solid;
    display: flex;
    justify-content: center;
    
}


.container{
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;


    background-color: rgba(27, 27, 27, .9);
    z-index: 1;
    flex-direction: column;
    justify-content: flex-end;
}

.name{
    display: none;
}
.acount{
    display: none;
}


.box{
    width: 90%;
    margin-left: 2%;
    min-height: 10em;
    outline: black 5px solid;
    outline-offset: 0px;
    border-radius: 1px;
    margin-top: 4em;
    transition: 1s;
    font-size: 150%;
    color: rgb(150, 163, 163);

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;

    /* background-image: url("resources/black_texture.jpg"); */
    background-size: cover;
    background-color: rgba(0,0,0, .8);
    background-repeat: no-repeat;
    border-radius: 0;
    box-shadow: 15px 15px 10px black;
    font-size: medium;
    border-radius: .5em;

}

.box p{
    margin: 1em;
}
.box a{
    margin: 1em;
}

.impress{
    border-top: solid 5px black;
    width: 100%;
    left: 0;
    position: absolute;
    margin-top: 100px;
    background-color: rgb(0, 0, 0, 0.8);
    height: 5em;
    padding-top: 1em;
    /* position: relative; */
    /* left: 0; */

}
.impress div{
    margin-top: 10px;
    justify-content: center;
    display: flex;
}
.impress a{
    color: rgb(68, 68, 68);
    font-weight: 700;
    transition: 0.2s;
}