/* gloria-hallelujah-regular - latin */
@font-face {
    font-family: 'Gloria Hallelujah';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/gloria-hallelujah-v12-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/gloria-hallelujah-v12-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/gloria-hallelujah-v12-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/gloria-hallelujah-v12-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/gloria-hallelujah-v12-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/gloria-hallelujah-v12-latin-regular.svg#GloriaHallelujah') format('svg');
    /* Legacy iOS */
    font-display: swap;
}

html {
    height: 100%;
}

body {
    font-family: 'Gloria Hallelujah';
    height: 100%;
    font-size: 5vh;
}

.back {
    height: 100%;
    background-color: ivory;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    text-align: center;
}