body {
    background-repeat: no-repeat;
    background-color: #8e6795;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    font-family: Haffer XH, -apple-system, BlinkMacSystemFont, sans-serif;
    color: #fff;
    text-align: center;
}

@font-face {
    font-family: Haffer XH;
    src: url("font/HafferXH-Regular.otf") format("opentype");
}

@font-face {
    font-family: Haffer XH;
    font-weight: bold;
    src: url("font/HafferXH-Bold.otf") format("opentype");
}

@media screen and (max-width: 902px) {
    body {
        background-image: url("images/bg-small.jpg");
    }
}

@media screen and (min-width: 903px) {
    body {
        background-image: url("images/bg-medium.jpg");
    }
}

@media screen and (min-width: 1176px) {
    body {
        background-image: url("images/bg-big.jpg");
    }
}

.icon {
    height: 50px;
    width: 50px;
    margin-bottom: 10px;
}

.card {
    margin-top: 10%;
}

.card p {
    margin: 10px 0 10px 0;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: rgb(255, 253, 253);
    text-align: center;
    /* Fallback for older browsers */
    color: rgba(255, 255, 255, 0.8);
}

p.big {
    margin: 20px 0 30px 0;
    font-weight: 700;
    line-height: 48px;
    font-size: 60px;
    font-style: normal;
    letter-spacing: -0.01em;
}

p.small {
    margin: 50px 0 10px 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 130%;
    letter-spacing: -0.02em;
    font-feature-settings: 'kern' off;
    color: rgb(255, 253, 253);
    /* Fallback for older browsers */
    color: rgba(255, 255, 255, 0.8);
}