h1 {
    font-family: 'Playfair Display', serif !important;
}
p{
    font-family: Arial, Helvetica, sans-serif !important;
}

.bg-yellow {
    background-color: #ffe01b;
}

.navbar {
    padding: 2rem;
}

.btn{
    font-size: 1rem;
    background-color: #007c89;
    border-color: #007c89 !important;
    color: white;
    border-width: 2px;
    border-radius: 0;
    font-weight: 500;
    min-width: 110px;
    padding: 0.6rem 0.9rem;
}

.btn-outline-dark{
    background-color:transparent !important;
    border-color: black !important;
    color: black;
    border-width:;
}


.navbar:hover {
    background-color: white;
}
.container{
    
    
}