@font-face {
    font-family: 'Alkatra';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/font/Alkatra-Bold-latin.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
}
div#main {
    display: flex;
    align-items: center;
    justify-content: center;

    background: #cc4c51;

    min-height : 100vh;
    min-height: -webkit-fill-available;

	width : 100vw;

}

div.box {
    text-align: center;

    font-weight: bold;

    font-size: 24px;

    line-height: 150%;
    color: #9F0B10;

    width: 300px;
    padding: .5em;

    border-radius: 1em;

    font-family: 'Alkatra', cursive;

}

img.icon {
    width: 300px;
    padding: 0;
    margin: 0;
    display: block;
}