body{
    background-image: url(assets/minespace.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    width: 100%;

}
header{
    padding: 0;
    margin-left: 10%;
    height: auto;
    
    width: 80%;
    height: auto;
}

#box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*background-color: aquamarine;*/
    /*height: 50px;*/


}

#box-menu{
    background-color: rgba(239, 239, 239, 0.442);
    text-align: center;
    width: 30%;
}
h3{
    border: 4px solid black;
    color: rgb(67, 73, 112);
    margin: 2%;
}

#box-menu-item{
    display: none;
    
    background-color: rgb(178, 126, 62);
    
}



ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 5px solid rgb(83, 50, 9);
}
li{
    padding: 20% 2% 20% 2%;
    margin: 0;

    text-align: center;
    font-size: 15px;
    border: 4px solid rgb(83, 50, 9);   
}
a img:hover{
    transform: scale(0.8);
}

a img:active{
    transform: scale(1.3);
}

#content{
    /*background-color: aqua;*/
    width: 80%;
    
    margin-left: 10%;
    margin-right: 10%;
    
}
#content-base{

    margin-left: 5%;
    margin-right: 5%;
}
#base{
    margin-top: 100px;
    padding-top: 50px;
}

h1{
    font-size: 3em;
   text-align: center;
   font-family: Verdana, Geneva, Tahoma, sans-serif;
   background-color: rgba(255, 255, 255, 0.415);
   font-style: italic;
   border: 2px solid black;
   color: rgb(18, 9, 74);
}
p{
    margin-top: 50px;
    background-color: rgba(181, 195, 207, 0.326);
    text-align: center;
    color: rgb(3, 47, 23);
    font-style: italic;
    font-size: 20px;
}

