body{
    background-color: blue;
    color: aqua;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-size: larger;
}