* {
    font-family: "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont;
}

.logo-wrapper {
    background: #000000;
    min-height: 70vh;
}

.content-wrapper {
    position: relative;
}

.date {
    position: absolute;
    bottom: 24px;
    left: 48px;
}

.logo {
    width: 100%;
    height: auto;
}

a {
    color: #000000;
}

@media (min-width: 576px) {
    .logo {
        max-height: 100%;
        max-width: 100%;
        width: 400px;
        height: auto;
    }

    .logo-wrapper {
        min-height: 100vh;
    }
}

