h1{
    background-color: grey;
}
div{
    border: 1px solid grey;
    border-radius: 100px;
    padding: 1%;
    width: 550px;
    position: absolute;
    left: 650px;
    top: 200px;
}