* {
    margin: 0;
    padding: 0;
}
*::after,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    overflow-x: hidden;
    width:100%;
}
body {
    font-family: 'Lato', sans-serif;
    background: #fff;
    width:100%;
}
article {
    height: auto;
    text-align: center;
    line-height: 1.9;
    font-size: 14px;
    background: #fff;
}
article p {
    margin-bottom: 1em;
}
a {
    color: #6f171b;
}
footer {
    position: fixed;
    width: 100%;
    bottom: 0px;
    text-align: center;
    background: #6f171b;   
}
footer a {
    text-decoration: none;
    color: #fff;
}
footer p{
    margin: 10px;
}
footer img{
    margin: 20px;
    width: 200px;
}
@media screen and (max-width: 780px) {
    footer img{
        width: 120px;
        margin: 15px 0 0;
    }
    footer p{
    margin: 5px;
    }
}
.message{
    padding: 30vh 0;
}
