    
/*
    style.css

    © 2020 Zoraja Consulting. All rights reserved.
*/

* {
    box-sizing: border-box;
}

html, body, #app {
    height: 100%;
    margin: 0;
    padding: 0;
}

html {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #4d5256;
    line-height: 1.5;
    background-color: #fff;
}

body {
    position: relative;
    margin: 0 auto;
}

a:link, a:visited {
    color: #4d5256;
    text-decoration: none;
}

a:hover, a:active {
    color: #4d5256;
    text-decoration: underline;
}