body{
    background-color: lawngreen;
    width: fit-content;
    margin: auto;
}
#af_img{
background-image: url(learncontinents.com/images/africa.jpg);
text-align: center;
padding: 80px;
width: 110px;
background-repeat: no-repeat;
}
#ant_img{
    background-image: url(learncontinents.com/images/antarctica.jpg);
    text-align: center;
    padding: 80px;
    width: 110px;
    background-repeat: no-repeat;
}
#asia_img{
    background-image: url(learncontinents.com/images/asia.jpg);
    text-align: center;
    padding: 71px;
    width: 110px;
    background-repeat: no-repeat;
}
#au_img{
    background-image: url(learncontinents.com/images/australia.jpg);
    text-align: center;
    padding: 80px;
    width: 110px;
    background-repeat: no-repeat;
}
#eu_img{
    background-image: url(learncontinents.com/images/europe.jpg);
    text-align: center;
    padding: 80px;
    width: 110px;
    background-repeat: no-repeat;
}
#n_am_img{
    background-image: url(learncontinents.com/images/northamerica.jpg);
    text-align: center;
    padding: 80px;
    width: 110px;
    background-repeat: no-repeat;
}
#s_am_img{
    background-image: url(learncontinents.com/images/southamerica.jpg);
    text-align: center;
    padding: 80px;
    width: 110px;
    background-repeat: no-repeat;
}
.class_title{
    background-color: antiquewhite;
}
#li{
    display: list-item;
    text-align: center;
    unicode-bidi: isolate;
    transform: rotate(25deg);
}
.button{
    background-color: hsl(180, 10%, 84%);
    border-radius: 20px;
}
.wrapper {
    width: 1025px;
    margin: auto;
    align-content: center;
    background-color: lightblue;
    box-shadow: 5px 5px 5px red;
    border-radius: 15px;
}
nav{
    float: left;
}
ol{
    list-style-type: none;
    transform: rotate(5deg);
}
.bottom{
    font-size: 75%;
    background-color: antiquewhite;
    border-radius: 5px;
    float: inline-end;
}
footer{
    float: left;
}
table, form{
    background-color: lavenderblush;
    border-collapse: collapse;
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    text-align: center;
    margin-left: 3px;
    margin-right: 20px;
    padding-bottom: 20px;
    float: right;
}
p {
    background-color: antiquewhite;
    border-radius: 5px;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    padding: 5px 5px 5px 5px;
    margin-left: 10px;
    margin-right: 40px;
}
th{
    background-color: blue;
    color: azure;
}
a, footer{
    float: left;
}