html, body {
    color: #000;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

/*region MAIN*/
main {
    position: relative;
    margin-bottom: 50px;
}
/*endregion*/

/*region FOOTER*/
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 13px 0;
    border-top: 1px solid #eaeaea;
}
/*endregion*/