html,body{
    font-family: 'Rubik', sans-serif;
}
h1,h1,h3,h4,h5,h6{
    font-family: 'Rubik', sans-serif;
}
label,p,a{
    font-family: 'Bitter', serif;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}

.navbar{
    padding: 0px;
}
.logo{
    width: 160px;
}
