h1, h2, h3, p {
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #C98448;
}

p {
    color: #ffffff;
    font-weight: 400;
}

.bg-dark {
    background-color: #444444!important;
    color: #c98448;
}

.stripe {
    position: absolute;
    
}

.orange {
    color: #C98448;
}

a {
    text-decoration: none;
    color: #ffffff!important;
}