@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('bootstrap.min.css');
@import url('font-awesome.min.css');

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    background-color: #f9f9f9;
}

a {
    color: #0071bc;
    text-decoration: none;
}
a:hover {
    color: #005999;
    text-decoration: underline;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.navbar {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
}

.navbar-nav > li > a {
    padding: 15px 20px;
    color: #333;
    font-weight: 500;
}

.navbar-nav > li > a:hover {
    background-color: #f4f4f4;
    color: #0071bc;
}
