*{
    box-sizing: border-box;
}



body{
    background-color: antiquewhite;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}



h1{
    font-size: 3em;
    background-color: blueviolet;
    padding: 1%;
    width: 80%;
    margin: 50px auto;
    color:blue;
    text-align: center;
    letter-spacing: 30px;
    border: 8px dotted red;
    border-radius: 50px;
    outline: 8px groove green;
}


div{
    font-size: 3em;
    font-weight: bold;
    background-color: azure;
    padding: 1%;
    width: 80%;
    margin: 10px auto;
    color: greenyellow;
    text-align: center;
    letter-spacing: 30px;
    border: 8px dotted red;
    border-radius: 50px;
    outline: 8px groove green;
}


.titulo{
    font-size: 3em;
    font-weight: bold;
    background-color: rgb(93, 221, 121);
    padding: 1%;
    width: 80%;
    margin: 50px auto;
    color: greenyellow;
    text-align: center;
    letter-spacing: 30px;
    border: 8px dotted red;
    border-radius: 50px;
    outline: 8px groove green;

}


#titulo{
    font-size: 3em;
    font-weight: bold;
    background-color: rgb(76, 175, 233);
    padding: 1%;
    width: 80%;
    margin: 50px auto;
    color: greenyellow;
    text-align: center;
    letter-spacing: 30px;
    border: 8px dotted red;
    border-radius: 50px;
    outline: 8px groove green;

}





