body {
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

@supports (min-height: 100dvh) {
    body {
        min-height: 100dvh;
    }
}

.container {
    max-width: 800px;
    text-align: center;
    line-height: 1.6;
    font-size: 1.2rem;
    padding: 20px;
}

a {
    color: #000000;
    text-decoration: underline;
    font-weight: 600;
}

a:hover {
    text-decoration: none;
}
