h1{
    background-color: green;
}
div{
    border: 1px solid blue;
    border-radius: 20px;
    padding: 1%;
    width: 200px;
    position: absolute;
    left: 350px;
    top: 100px;
}