body {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: relative;
}

h1 {
    font-weight: 500 !important;
}

.container {
    max-width: 500px;
    width: 100%;
}
.footer {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 0.8rem;
    text-align: right;
}
.logo {
    max-width: 85%;
    height: auto;
}