body {
    font-family: sans-serif;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: #333333ff;
}

.container {
    display: block;
    width: 100%;
}

.logo-container {
    position: relative;
    max-width: 100%;
    text-align: center;
}

.logo-container img {
    max-width: 100%;
    height: auto;
}

.footer {
    position: relative;
    text-align: center;
    padding: 20px;
    font-size: small;
    color: rgb(244, 252, 236);
}

a {
    text-decoration: none;
    color: rgb(244, 252, 236);
}
