/* Texts */

* {
    font-family: Tahoma, sans-serif;
    font-weight: normal;
}

h1 {
    font-size: 40px;
    font-weight: bold;
}

h2 {
    font-size: 18px;
}

img.text-icon {
    height: 0.725em;
}

@media(max-width: 500px) {
    h1 {
        font-size: 25px;
    }
    h2 {
        font-size: 15px;
    }
}

/* Header */

.header {
    padding: 15px;
}

.header .gfl-logo {
    max-height: 100px;
    max-width: 300%;
}

/* Content */

.content {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
}