/* main.css */
body, html {
    margin: 0;
    padding: 0;
}

header nav {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
}

.nav-right a, .nav-left a {
    text-decoration: none;
    color: #000;
    margin: 0 10px;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto'),
         url('Roboto-Regular.ttf') format("truetype");
}


