body{
    background-color: aqua;
    color: rgb(35, 71, 59);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100dvh;
    font-size: 2em;
}