body {
    background-color: rgb(0, 156, 161);
    color: red;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-size: 30px;
}