:root {
    --background-color: hsl(45, 100%, 96.1%);
    --font-color:	hsl(22, 47%, 46%);
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 1.2;
    background-color: var(--background-color);
    color: var(--font-color);
}

#page-title {
    display: flex;
    font-weight: 150;
    font-size: 7.5vh;
    font-family: 'Abril Fatface', cursive;
    line-height: 0.75;
    justify-content: center;
}

#menu-bar > a {
    line-height: 1.5;
    font-weight: 500;
    color: var(--font-color);
    text-decoration: none;
}

#menu-bar {
    display: flex;
    justify-content: space-around;
    border-bottom: solid;
}