﻿html,
body {
    background-color: #fff;
    margin: 0;
}

.noscript {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.noscript img {
    margin-top: 100px;
    max-width: 100%;
    margin-bottom: 42px;
}

h4 {
    font-family: Roboto;
    font-weight: 700;
    color: #303642;
    margin: 0;
    font-size: 24px;
    line-height: 32px;
}

p.bold {
    font-weight: 700;
    margin-bottom: 0;
}

p {
    font-family: Roboto;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 32px 0;
    color: #303642;
}

a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}