body {
    font-family: 'Lora', serif;
    color: #412C04;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Fraunces', serif;
    color: #412C04;
}

.custom-btn {
    display: inline-block;
    background-color: #412C04;
    color: white;
    font-family: 'Fraunces', serif;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
}

.custom-btn:hover {
    background-color: #5A3E10;
}

.footer-links a {
    text-decoration: none;
    font-weight: bold;
}

.footer-social a {
    font-size: 18px;
    margin: 0 10px;
    color: #412C04;
}

.opinions {
    text-align: center;
    padding: 20px;
}
