body {
    background: #000c0c;
    background-image: url("../img/logo2.png"), url("../img/logo.jpg");
    background-repeat: no-repeat, no-repeat;
    background-position: right 10% top 50px, left 11% top 10px;
    color: #fff;
}

.menuoben {
    position: absolute;
    right: 15%;
    top: 165px;
    display: flex;
    flex-wrap: wrap;
}

.menuoben img {
    display: block;
    margin: 0;
    paddung: 0;
    border: 0;
}

.button {
    padding: 6px 8px;
    background-color: #00bdbd;
    border-radius: 5px;
    border: solid 1px #333;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    user-select: none;
}

.button:hover {
    background-color: #0099ff;
}

.button:active {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    background-color: #888;
}

.button a {
    color: #fff;
}

.content {
    width: 100%
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main {
    margin-top: 260px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 80%;
    display: flex;
    gap: 20px;
}

.footer {
    text-align: center;
    color: #A30B0B;
    clear: both;
}