body{
    background-color:rgb(253, 187, 149);
    margin-top: 25px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}

h1{
    font-size: 50px;
}

div{
    max-width: 750px;
    width: 750px;
    border-radius: 200px;
    background-color:cornflowerblue
    
}