*{
    margin: 0;
    padding: 0;
    border: 0;
}

main{
    position: relative;
    width: 1240px;
    background-color: rgb(140, 102, 102);
    height: auto;
    margin: auto;
    
}

#topo{
    position: relative;
    width: 100%;
    height: 150px;
    background-color: rgb(195, 244, 97);
}

#section1{
    position: relative;
    width: 100%;
    height: 320px;
    background-color: rgb(215, 39, 39);
    margin-top: 15px;
    display: flex;
    flex-direction: center;
    align-items: center;
    justify-content: center;
}

#quadrado_section1{
    position: relative;
    display: flex;
    flex-direction: center;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

#quadrados1{
    position: relative;
    width: 550px;
    height: 250px;
    background-color: rgb(255, 108, 108);
    display: flex;
}

#section2{
    position: relative;
    width: 100%;
    height: 320px;
    background-color: rgb(155, 255, 255);
    margin-top: 15px;
    display: flex;
    flex-direction: center;
    align-items: center;
    justify-content: center;
}

#quadrado_section2{
    position: relative;
    display: flex;
    flex-direction: center;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

#quadrados2{
    position: relative;
    width: 250px;
    height: 300px;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: center;
    justify-content: center;
    border-radius: 10px;
}

#section3{
    position: relative;
    width: 100%;
    height: 320px;
    background-color: rgb(112, 50, 9);
    margin-top: 15px;
}

#section4{
    position: relative;
    width: 100%;
    height: 320px;
    background-color: rgb(255, 237, 30);
    margin-top: 15px;
}

#quadrado_section3{
    position: relative;
    display: flex;
    flex-direction: center;
    align-items: center;
    justify-content: center;
    gap: 80px;
}

#quadrados3_azul{
    position: relative;
    width: 520px;
    height: 270px;
    background-color: rgb(22, 22, 80);
    margin-top: 10px;
}

#quadrados3_verde{
    position: relative;
    width: 520px;
    height: 270px;
    background-color: rgb(133, 255, 235);
    margin-top: 10px;
}

footer{
    position: relative;
    width: 100%;
    height: 150px;
    background-color: rgb(0, 0, 0);
    margin-top: 15px;
}