*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Courier New', Courier, monospace;
    font-variant: normal;
    
}
header{
    align-items: center;
    align-self: center;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;

}
h1{
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
}
main{
    border: 1px solid rgba(255, 255, 255, 0.629);
    border-radius: 5px;
    padding: 5px 5px 5px 5px;

}
section{
    background-color: rgba(229, 229, 191, 0.922);
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;

}
h2{
    text-indent: 30px;
    color: rgb(49, 35, 5);

}
article{
    padding: 10px 10px 10px 10px;
    margin: 2px 2px 2px 2px;
    background-color: rgba(239, 204, 161, 0.919);
    border-radius: 10px;
    font: bold;
}
h3{
    text-indent: 60px;
    text-transform: uppercase;
    color: rgb(49, 35, 5);
}
footer{
    display: block;
    text-align: center;
}