body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100dvh;
    margin: 0;
    font-family: Arial, sans-serif;
}

#hello-world {
    font-size: 8rem;
    font-weight: bold;
    transition: color 0.1s ease; 
}
