body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    font-family: sans-serif;
}

body h1 {
    font-size: 3rem;
    font-weight: 600;
    color: #333;
}

ul li {
    font-size: 1.5rem;
    margin: 0 0 0.5rem 0;
}

a {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

#jsoutput {
    font-size: 1.5rem;
}
