.wrapper {
    background-image: url("../img/background.jpg");
    background-size: cover;
}

.header {
    background-color: white;
    color: #b59410;
}

.footer {
    background-color: white;
    color: #333;
}

.headercontent {
    border: 2px solid #b59410;
    padding: 0.5em;
}

.content{
    background-color: rgba(255,255,255,0.9);
    padding-bottom: 10px ;
}

.flex-2 {
    display: flex;
    align-items: stretch;
}