body {
    background-color: rgb(62, 191, 255);
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-size: 2em;
}