body {
    font-family:Google sans;
    background-color: #ffffeb;
    background-image: url('./images/somethingsimple.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
#box1, #box2, #box3, #box4 {
    width: 400px;
    height: 400px;
    border: 1px solid black;
    background-color: #ffffeb;
    background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
}
#box1 {
    background-image: url('./images/image2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
#box2 {
    background-image: url('./images/image3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
#box3 {
    background-image: url('./images/image4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
#box4 {
    background-image: url('./images/image5.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
#Bruhh {
    background-color: #ffffeb;
    height: 100px;
    border-radius:50px ;
}
#h2 {
    color: red;
    font-size: 24px;
     
}
