/* Marken */

.marken_section {
    background-color: #f5deb3;
    text-align: center;
    min-height: 400px;
    margin-top: 57px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.marken_section h1 {
    font-size: 30px;
    padding-bottom: 10px;
}

.marken_section a {
    color: gray;
}

.marken_section a:hover {
    color: orangered;
}