body{
    background: rgb(17,240,0);
background: radial-gradient(circle, rgba(17,240,0,1) 0%, rgba(19,0,236,0.9500175070028011) 100%);
}
div{
    height: auto;
   background-color: #00e6f0;
    margin: 9.8%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:  30px;
    border: 1px solid black;

    flex-direction: column; 
}
h1{
    font-size: 50px;
}
p{
    font-size: 50px;
}
footer{
    width: 100%;  
    height: 7vh;
    background-color: #4f5d75;
    display: block;
    float: left;
    text-align: center;
    font-size: 40px;
  }
