html, body {
    overscroll-behavior-y: none;
}

body {
    background-color: #EDF3EE;
    font-family: "Times New Roman", Times, serif;
    color: #273A2E;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    text-align: center;
    flex-direction: column;
    transform: translateY(-8vh);
}

h1, h2 {
    margin: 10px 0;
    color: #183025;
}
