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;
}
.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;
}
p{
    background-color: antiquewhite;
    border-radius: 5px;
}
