* {
    font-family: Arial, Helvetica, sans-serif;
}

body,main {
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    background-color: white;
}

body p {
    font-size: 2rem;
    font-weight: bold;
}

body a{
    font-size: 1.5rem;
    font-weight: bold;
    color: #0000EE;
    text-align: center;
}

body a:visited{
    font-size: 1.5rem;
    font-weight: bold;
    color: #0000EE;
}