body{
    background-image: url('CLOVER2.JPG');
    background-size: 15%,30%;
}
.box3 {
    width: 220px;
    height: 600px;
    border: 2px solid #22683b; 
    float: left;
    box-sizing: border-box;
    margin-top: 10px;
    background-color: #1eb32b;
    border-radius: 5px;
    padding: 10px;
    align-content: top;
    line-height: 1.5;
    font-size: 0.75rem;
    line-height: 1.25; 
}
.box2 {
    width: 680px;
    height: 100px;
    float: center;
    border: 2px solid #22683b; 
    box-sizing: border-box;
    background-color: #1eb32b;
    padding: 10px;
    text-align: center;
    align-content: center;
    font-size: 3rem;
}
.box1 {
    width: 450px;
    height: 600px;
    border: 2px solid #22683b; 
    float: right;
    box-sizing: border-box;
    margin-top: 10px;
    background-color: #1eb32b;
    border-radius: 5px;
    padding: 10px;
    align-content: center;
    font-size: 0.75rem;
    line-height: 1.25; 
}
.main {
    margin-top: 50px;
    margin-bottom: 200px;
    width: 700px;
    height: 1010px;
    background-color: #e9dac0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
}