body {
    background-color: purple;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
    font-family: Arial, sans-serif;
    margin: 0;
}

.container {
    max-width: 600px;
    line-height: 1.6;
}

a {
    color: white;
    text-decoration: underline;
}