body {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    padding: 100px 0;
    text-align: center;
}

section {
    border: 2px solid #666;
    padding: 50px;
    max-width: 800px;
    margin: 50px auto;
}

section img {
    display: block;
    max-width: 70%;
    margin: auto;
}

.container {
    width: 30%;
    aspect-ratio: 1/1;
    margin: 120px auto;
    background-color: #dff5c9;
    position: relative;
    place-content: center;
}

.container div {
    aspect-ratio: 1/1;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    place-content: center;
}

#box1 { 
    background-color: #840d0d;
    position: absolute;
    bottom: 0;
    place-content: center;
    width: 90%;
}

#box2 { 
    background-color: #271a71;
    position: absolute;
    z-index: 1;
    width: 80%;
    bottom: 0;
}

#box3 { 
    background-color: #675707; 
    position: absolute;
    z-index: 2;
    width: 70%;
    bottom: 0;
}

#box4 { 
    background-color: #e8052b;
    position: absolute;
    z-index: 3;
    width: 60%;
    bottom: 0;
}