*{
    height: 100%;
    margin: 0;
    font-family: 'Times New Roman', Times, serif;
    /*times new roman best font*/
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: whitesmoke;
     /* keep in mind white smoke for later use since I was looking for a white for rivers art*/
}
.box {
    width: 500px;
    height: 500px;
    padding: 50px;
    background-color: white;
    /*here just use white for temp contrast with white smoke*/
    border-radius: 50px;
    text-align: center;
}
.box h2 {
    margin: 0;
    font-size: 24px;
}
