body {
    margin: 0;
    background: linear-gradient(to bottom, #ffffff, #cfe9ff);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Arial', sans-serif;
}

.center {
    width: 90%;
    max-width: 600px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    color: #004a80;
}

#typewriter {
    min-height: 120px;
}