body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    margin: 0 auto;
    gap: 12px;
    padding: 40px 20px;
    box-sizing: border-box;
    font-family: Verdana;
}

h1 {
    font-size: clamp(1.5rem, 5vw, 2.5rem);
}

#content {
    max-width: 480px;
    text-align: left;
}

#submitDiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#content p:last-child,
#content p:nth-last-child(2) {
    font-size: 0.8rem;
    opacity: 0.6;
}
