body {
    font-family: 'Carter One', serif;
}

h1 {
    font-size: 64px;
    font-weight: bold;
}

p {
    font-size: 16px;
}

.navbar-custom {
    background-color: #000000;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,.8);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
}