@font-face {
    font-family: Geliat-ExtraLight;
    src: url('https://fonts.cdnfonts.com/s/65524/Geliat-ExtraLight.woff') format('opentype');
}

@font-face {
    font-family: Geliat-ExtraBold;
    src: url('https://fonts.cdnfonts.com/s/65524/Geliat-ExtraBold.woff') format('opentype');
}

body {
    background-image: url('tadc_bg.png');
    background-size: cover;
    font-family: Geliat-ExtraLight, Arial, sans-serif;
    font-size: 1.2em;
    color: #c3b5b7;
}

header {
    font-family: Geliat-ExtraBold, "Arial Black", sans-serif;
    text-align: center;
    font-size: 1em;
    margin: 1em 0;
}

.content {
    text-align: center;
    margin: 20px 0;
}

.steps {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 20px auto;
    background-color: #3c39319a;
    padding: 1em;
    max-width: 75em;
    border-radius: 1em;
}

.logo {
    width: 100%;
    max-width: 525px;
    height: auto;
}

@media (max-width: 600px) {
    body {
        background-image: url('tadc_bg_mobile.png');
        background-size: cover;
    }

    .logo {
        max-width: 300px;
    }
}