/* reset styles for anchors within paragraphs */
p > a {
    font-size: 1em;
    line-height: 1;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;

    justify-content: center;
    height: 95vh; /* Full viewport height */
    margin: 0 auto; /* Center horizontally */
}
