body{
    background-color: lightskyblue;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-style: normal;}


#wrapper{
    width: 85%;
   
    margin: auto;
    text-align:center ;
    border: 17px solid black;
    padding: 40px;
    border-radius: 50px;
    
}
