html, body {
    height: 100%;
}

body {
    background-color: #000000;
}

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

.card {
    text-align: center;
    color: #88909E;
    font-family: Inter,sans-serif;
}

.logo-container {
    display: flex;
    flex-direction: column; 
    align-items: center;
    margin-bottom: 60px;
}

.logo-top, .logo-bottom {
    height: auto;
}

.logo-bottom {
    width: 80%;
    margin-top: 6px;
}

h1 {
    color: #ffffff; 
    margin-top: 20px;
}

p {
   font-size: 1.2rem;
}
