body {
    background-color: lightblue;
    color: rgb(37, 166, 209);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-size: 2em;
}