/**
 * Theme Name: Dunaujvaros
 * Template:   Extra
 * ...other header fields
 */
.du_header {
    background-color: #1b314b;
    color: white;
    padding:10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.du_currencies {
    display:flex;
    gap: 10px;
}
.et_pb_extra_column_main .post-header {
    text-align:left;
    padding: 60px 10px;
}
.et_pb_extra_column_main .post-header h1 {
    text-transform: none;
}
.post-content.entry-content {
    font-size: 16px;
}
#main-header .container {
    justify-content: space-evenly;
}
