@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@300;400;600;900&display=swap');

html{
}

body{
    font-family: 'Source Serif Pro', serif;
}

main > .container {
    padding: 60px 15px 0;
}

a{
    color: black;
    text-decoration: none;
}

.nav-active{
    color: white;
}

.font-bold{
    font-weight: 600;
}

.bg-homepage{
    background-color: #424448;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.bg-bar{
    background-color: #424448;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}
