*{
    box-sizing: border-box;
}

a{
    text-decoration: none;
    color: black;
}


body{
    background-color: lightblue;
}

@font-face {
    font-family: colieplay;
    src: url(./assets/fonts/colieplay-demo.woff2);
}
.container{
    max-width: 1200px;
    height: fit-content;
    display: block;
    background-image: url(./assets/images/grunge-stained-old-paper-texture-130.jpg);
    background-position: center;
    background-attachment: fixed;
    border-radius: 5px;
    padding: 10px;
    margin: 0 auto;
}
.headbox1{
    width: 90%;
    height: 50px;
    background-color: rgba(128, 115, 0, 0.3);
    border-radius: 5px ;
    border-top:white 1px solid;
    border-left:white 1px solid;
    display:block;
    margin: 10px auto;
    font-size: 40px;
    font-family: colieplay;
    text-align: center;
}
.headbox2{
    width: 280px;
    height: 35px;
    display: block;
     background-color: rgba(128, 115, 0, 0.3);
    border-radius: 5px ;
    border-top:white 1px solid;
    border-left:white 1px solid; 
     margin: 10px auto;
    font-size: 25px;
    font-family: cursivearial;
    text-align: center;
}
.menubox{
    width: 150px;
    height: 100px;
    display: block;
    margin: auto;
    
}
.choicebox{
    width: 150px;
    height: auto;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    border-radius: 5px ;
    border-top:white 1px solid;
    border-left:white 1px solid;
    font-size: 25px;
    background-color: rgba(128, 115, 0, 0.3);
    margin: 50px auto;
}
.navbar{
    width: 1400px;
    height: 50px;
    background-color: red;
    display: none;
    margin:auto;

}
.content{
    max-width: 1300px;
    max-height: 5000px;
    text-align: center;
    margin: 10px auto;
    border-top:white 1px solid;
    border-left:white 1px solid;
    background-color: rgba(128, 115, 0, 0.3);
    overflow:hidden ;


}
.grid{
    max-width: 1060px;
    max-height: 5000px;
    margin: 0 auto;
    padding-top: 20px ;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
   

}
.gridbox{
    
    border-top: 1px white solid;
    border-left: 1px white solid;
    width: fit-content;
    height: fit-content;
    margin: 10px auto;
}

.gap{
    max-width: 1500px;
    height: 50px;
}

footer{
    max-width: 1400px;
    margin: 30px auto;
    text-align: center;
}