body {
    background-color: black;
    color: white;
    font-family: Arial, sans-serif;
    text-align: center;
}

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

.logo {
    font-size: 48px;
    margin-bottom: 20px;
}

.subtitle {
    font-size: 24px;
    margin-top: 0;
}

.contact {
    font-size: 16px;
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
}
