body {
    background-color: black;
    color: red;
    font-family: Arial; 
    margin: 0;
    padding: 0;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.motivation {
    font-size: 16px;
    font-style: italic;
    text-align: center;
    margin-top: 20px;
    max-width: 80%;
}
