@font-face {
    font-family: 'Futura Today Bold';
    src: url('https://ssl.gannett-cdn.com/ads/fonts/futura-today-bold/futura-today-bold.woff');
}

html, body {
    margin: 0;
    height: 100%;
}

.header {
    background-color: #333;
    height: 60px;
}

.logo {
    height: 30px;
    margin: 15px 0 15px 80px;
}

.content {
    background: url('bg.jpg');
    background-size: cover;
    height: calc(100% - 60px);
    text-align: center;
}

.exclamation {
    height: 60px;
    margin-top: 117px;
    object-fit: contain;
    width: 68px;
}

.headline {
    color: #009bff;
    font-family: "Futura Today Bold", Helvetica, sans-serif;
    font-size: 26px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.08;
    margin-top: 40px;
    text-align: center;
}

.subhead {
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    margin-top: 16px;
    text-align: center;
    color: #444444;
}

.cta {
    color: #444444;
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.38;
    margin-top: 3px;
    text-align: center;
}
