body{
    background-color: lightpink;
    text-align: justify;
    margin-left: 24px;
    margin-top: 22px;

}
nav{
text-decoration: none;
margin-right: 10px;
color: red;
font-size: 25px;
padding: 5px;
background-color: white;
border-radius: 23px;
}
header{
    text-align: center;
    margin-left: 12px;
}
strong{
    color: red;
}
.circle-wrap{
    
    display:grid;
    grid-template-columns: repeat(1,160px);
    grip-gap: 80px;
    margin-top: 100px;
    margin-left: 100px;
    width: 150px;
    height: 150px;
    border: 10px solid red;
    border-radius: 50%;


}
.circle{
    color: red;
    width: 12px;
    height: 15px;
    position: obsolute;
    top: 50px;
    left:500px ;
    border-radius: 12px;
    
}
.circle-wrap.circle{
    display: flex;
}
.all{
    color: red;
    display: flex;
}
h2{
    text-align: left;
    margin: left 20px;
    
    
}

