
body {
    margin: 0;
    font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
    background-color: #870012;
    color: white;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    text-align: center;
}

.logo {
    width: 200px;
    max-width: 80%;
    margin-bottom: 30px;
}

.info {
    font-size: 1.2rem;
}
