body {
    font-family: sans-serif;
    font-size: 16px;
    display: flex;
    justify-content: center; 
    align-items: center;  
    margin: 0;
    background-color:#FFEBCD;
}
main{
    background-color:#FFF8DC;
    width: 100%;        
    max-width: 1200px;
    min-height: 400px;
    box-sizing: border-box;
    width: 100%;
    padding: 40px;
}
img{
    border-radius: 30px;
}