.box {
width: 100%;
height: 500px;
font-family: Bitcount Prop Single Ink;
text-align: center;
display: flex;
margin-bottom: 20px;
background-image: url("Rainbow1.jpeg") ;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
justify-content: left;


}
.box img {
  height: auto;
  width: auto;
  display: block;
}
nav {
    font-family: Bitcount Prop Single Ink;
    text-align: center;
    align-items: center;
    display: flex;
    min-height: 50px;
    min-width: 100%;
    background-color: #3b3b3b;
}

.box2 {
    
}
.nav1 {
    display: flex;
    justify-content: space-around;
    max-width: 40px;
    max-height: 50px;
    text-align: center;
    
}
nav ul {
    display: flex;
    column-gap: 40px;
    text-align: center;
    align-items: center;
}

nav ul li {
    list-style-type: none;
}

.container{
    display: flex;
    flex-direction: row;
    justify-content: left;
    justify-items: left;
 
}
.rightbox {
    justify-items: left;

}

.header1{
    margin-top: 75%;
    margin-left: 10%;
    text-align: left;
    display: flex;
    
}
.header0{
    height: 20px;
    display: flex ;
    margin-left: 25%;
}
.kidbox img {
    max-width: 100%;  
    height: auto;
    display: block;
    margin: auto;
}
.body {
    color: grey;
}
.row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.row1{
    display: flex;
}
.row2{
    display: flex;
    justify-content: flex-start ;
}
.box1{
    border-radius: 20%;
}
.test{
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(2, 1fr);
    
    
}
.test1 {
    height: 360px;
    width: 737.5px;
    background-image: url("Nier.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.test2 {
    height: 300px;
    width: 727px;
    background-image: url("DS2.png");
    background-position: center;
    background-repeat: no-repeat;
}
.test3 {
    height: 300px;
    width: 738px;
    background-image: url("SH2.png");
    background-position: center;
    background-repeat: no-repeat;
    
}
.test4 {
    height: 300px;
    width: 737.5px;
    

}
.test5 {
    height: 300px;
    width: 737.5px;
}
.test6 {
    height: 300px;
    width: 737.5px;
}