/* === inline styles === */
body {
    background-color: #EDECE8;
}

button.login-bttn {
    font-family: 'Roboto', sans-serif;
}
nav {
    position: relative;
}
@media (min-width: 768px) and (max-width: 1800px) {
    footer {
        zoom: .85;
    }
}
