body {
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    background-image: url("bron.png");
    background-repeat: no-repeat;
    background-size: fill;
    color: rgb(217, 201, 180);
    margin:100px;
}

#box1 {
    width: 300px;
    height: 320px;
    background-color: aliceblue;
    margin-left:900px;
    color: rgb(0, 0, 0);
    border-radius: 20px;
}

.box {
    width: 300px;
    height: 150px;
    background-color: aliceblue;
    margin-right:300px;
    margin-top: -200px;
    color: rgb(0, 0, 0);
    border-radius: 20px;
}

#image1 {
    margin-top: -50px;
    border-radius: 20px;
}