@import url('https://fonts.googleapis.com/css?family=Satisfy|Satisfy');

.navbar-brand, h1 {
    font-family: 'Satisfy', cursive;
}
.bg-dark {
    background-color: #b38b6d !important;
}
.btn-primary {
    background-color: #b38b6d !important;
    border-color: #b38b6d !important;
}
.container {
    margin-top: 70px;
}
.navbar-toggler {
    display: none;
}
