/*
 * Globals
 */

/*
 * Base structure
 */

html, body {
    background: #5956E9;
    font-family: 'Raleway', sans-serif;
    height: 100%;
}

body{
}

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

figure {
    margin-bottom: 60px;
    max-width: 100%;
    margin: 0 60px 20px;
}

    figure svg {
        max-width: 100%;
    }

h1 {
    color: #fff;
    letter-spacing: 6px;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 40px;
}

.qr-code {
    max-width: 120px;
    margin-bottom: 20px;
}

p {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 6px;
}


@media (max-width: 460px) {

    h1 {
        font-size: 20px;
        letter-spacing: 3px;
    }

    p {
        font-size: 18px;
    }
}
