body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
}

.container {
    width: 80%;
    text-align: center;
}

.headline {
    font-size: 3rem;
    color: #444;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 0.5rem;
}

.paragraph {
    font-size: 1.2rem;
    color: #444;
    margin-top: 0;
}

.highlight {
    color: #f06c64;
}