body{
    background-color: ivory;
    font-family: arial, helvetica, sans-serif;
    padding: 10px;
    line-height: 1.5;
    font-size: 18px;
}

div, header, footer, nav, main, aside{
    overflow: auto;
    border: 1px solid gold;
    margin: 10px;
    padding: 10px;
}
.container{
    width: 80%;
    margin: 10px auto;
    padding: 10px;
    border: 2px solid rebeccapurple;
}

.container .container{
    border: 4px solid burlywood;
    border-radius: 20px;
}

nav{
    text-align: center;
    background-color: lightgray;
    border-radius: 10px;
    font-weight: bold;
}

h1{
    text-align: center;
    background-color: lightpink;
    font-family: 'Times New Roman', Times, serif;
    border-radius: 10px;
}

h2{
    text-align: left;
}

.container .p{
    margin-left: 15px;
}

#p1{
    font-weight: lighter;
    color: darkslategray;
    padding: 20px;
}

#p2{
    font-weight: bold;
    color: darkblue;
    padding: 20px;
}

#p3{
    font-weight: bolder;
    color: darkgreen;
    padding: 20px;
}

aside{
    background-color: lightyellow;
    border-radius: 10px;
    font-family: 'Times New Roman', Times, serif;
}

footer{
    text-align: center;
    background-color: lightcyan;
    border-radius: 10px;
    font-family: 'Times New Roman', Times, serif;
}

 main{
    background-color: rgb(210, 250, 212);
    border-radius: 10px;
    font-family: 'Times New Roman', Times, serif;
 }