.container {
    width: 950px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.bg-black {
    background-color: black;
}

.main-content {
    background: white;
    padding: 30px;
}

.footer {
    font-size: 11px;
    background: #343a40;
    color: white;
    padding: 10px 0;
    text-align: center;
}
.footer a {
    color: #ffc107;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}

.container .left {
    width: 400px;
    flex-grow: 0;
}

.right {
    margin-top: 15px;
}

.boxes {
    width: 230px;
    background-image: url(../img/box1_bg.png);
    background-position: center right;
    background-repeat: repeat-y;
    margin: 15px 15px 15px 0; /* Kombiniert margin */
}

.boxes_bottom {
    height: 2px;
    background-image: url(../img/box1_bottom.png);
}
