body {
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #da0c1d;
}
.flag-box {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 8px;
    background: #f9f9f9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.flag-box img {
    margin-bottom: 5px;
}

.green-bg {
    background: linear-gradient(to bottom, #cdeac0, #ffffff);
}

.green_gradient {
    background: linear-gradient(to bottom, rgba(43, 125, 55, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.header_gradient {
    background-image: url(https://flowertwine.com/layout/achtergrond-top.jpg);
    background-repeat: repeat-x;
}

.footer_gradient {
    background-image: url(https://flowertwine.com/layout/achtergrond-footer.jpg);
    background-repeat: repeat-x;
}

.bg_flowertwine_red {
    background-color: #da0c1d;
}