@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');


body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
}

.topbar {
    background-color: #2980b9;
    color: white;
    width: 100%;
    height: 35px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.p-all {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    max-height: 1000px;
}

/* .bar-elements {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
} */

.bar-element {
    color: #dfe6e9;
    text-decoration: none;
} 

.bar-element:hover {
    color: white;
    font-weight: 700;
}

