#hoved {
    display: grid;
    padding-left: 30%;
    padding-right: 30%;
    width: 500px;
    height: 500px;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
}

#hoved > div {
    border: solid rgb(152, 113, 53);
    }

#img1, #img2, #img3, #img4, #img5, #img6, #img7, #img8, #img9, #img10, #img11, #img12{
    padding-left: 17%;
}

#h1 {
    text-align: center;
    font-size: 50px;
    font-family: Brush Script MT, Brush Script Std, cursive;
 }

 h2 {
    text-align: center;
 }

body {
    background-color: wheat;
    background-image: url("Stars.png");
}
body > html{
    
    margin: auto;
    max-width: 500px;
}