@font-face {
    font-family: 'Ossem';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Ossem-Regular.otf');
}

body {
    font-family: Ossem, 'Open Sans', Arial;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    color: #444;
    text-align: center;
}

.info {
    display: inline-block;
    margin: 4rem auto;
    text-align: center;
    width: 50%;
}

.info img {
    display: inline-block;
    margin: 0 auto 2rem;
}

.info-content {
    background-color: #eee;
    border-radius: .5rem;
    padding: 2rem;
    text-align: center;
}

.info-content h1,
.info-content .h1 {
    font-size: 2rem;
}
