header {
    background-color: rgb(231, 84, 84);
    border: 7px dotted rgb(255, 255, 255);
    margin-top: 100px;
    margin-right: 100px;
    margin-bottom: 20px;
    margin-left: 100px;
    padding: 3px;

}
nav{    background-color: rgb(232, 202, 33);
    border: 5px dotted rgb(255, 255, 255);
    margin-top: 100px;
    margin-right: 100px;
    margin-bottom: 20px;
    margin-left: 100px;
    padding: 3px;   
}
article{    background-color: rgb(101, 116, 74);
    border: 5px dotted rgb(255, 255, 255);
    font-size: 500px;
    font-weight: 800;
    font-stretch: extra-expanded;
    margin-top: 100px;
    margin-right: 100px;
    margin-bottom: 20px;
    margin-left: 100px;
    padding: 3px;    
}
footer {
    background-color: rgb(56, 75, 47);
    border: 50px dotted rgb(255, 255, 255);
    margin-top: 100px;
    margin-right: 100px;
    margin-bottom: 20px;
    margin-left: 100px;
    padding: 3px;  
}
.container {
 background-color: rgb(227, 116, 36);
 margin-top: 100px;
 margin-right: 100px;
 margin-bottom: 20px;
 margin-left: 100px;
 padding: 1px;
}