html {
    font-size: 72.5%;
}

body {
    font: 300 15px/1.6 'Helvetica Neue', Helvetica, Arial;
    color: #002871;
    transition: all .4s .3s ease-in;
}

body, html {
    min-height: 100vh;
    overflow: hidden;
}

body {
    margin: 0;
}

h2 {
    text-align: center;
    margin-bottom: 15px;
    line-height: 1;
}

p {
    text-align: center;
    margin-top: 0;
}

.status {
    position: absolute;
    bottom: 100%;
    background: rgba(0, 0, 0, 0.1);
    color: white;
    left: 0;
    width: 95%;
    text-align: center;
    text-transform: uppercase;
    padding: 1em;
}

body {
    background-color: #002871;
    color: black;
}

    body a, html a {
        color: #002871;
        font-weight: bold;
        text-decoration: none;
    }

h2 {
    margin-bottom: 15px;
    line-height: 1;
}

img {
    margin-left: 70px;
    display: inline-block;
    width: 20.8rem;
}

.message {
    width: 35.2rem;
    padding: 2rem 2em;
    margin-top: 3rem;
    background-color: #f6f6f6;
    /* background: white; */
    border-radius: 2px;
    box-shadow: 0 0 3em rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
}

    .message img {
        display: inline-block;
        margin-top: 1.5em;
        max-width: 100%;
    }

.main {
    width: 35.2rem;
    padding: 2rem;
    margin-top: 3rem;
    background-color: #f6f6f6;
    /* background: white; */
    border-radius: 2px;
    box-shadow: 0 0 3em rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
}

.dt {
    color: gray;
    font-size: 1.2rem;
}
