body {
    font-family: 'Roboto', sans-serif;
    background-color: #BE6839;
}
.container-fluid {
    background-color: #BE6839;
    color: #EEE5C4;
}
.navbar {
    background-color: #ffedae;
}
.nav-link {
    color: #BE6839;
}
.nav-link:hover {
    color: #F83C30;
    text-decoration: underline;
}
.content-section {
    background-color: #EEE5C4;
}
.content-section:nth-child(even) {
    background-color: #BE6839   ;
}
h2 {
    padding: 20px;
    border-left: 5px solid #BE6839;
    color: #300300;
}
.elements{
    color:#EEE5C4;
    background-color: #742916;
    
}
.elements2{
    color:#742916;
    background-color: #ffedae;
    
}
.footer {
    background-color: #EEE5C4;
}
.footer a {
    color: #BE6839;
}
.footer a:hover {
    color: #F83C30;
}
.card {
    height: 100%;
}