.scrollbar::-webkit-scrollbar {
    display: none;
}

body {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    height: 100%;
}

.header-image {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    margin-bottom: -5px;
}

.header-image2 {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    margin-bottom: -5px;
    filter: brightness(0.5)
}

.header-image3 {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    margin-bottom: -5px;
    filter: brightness(0.5)
}

.header-image4 {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    margin-bottom: -5px;
    filter: brightness(0.5)
}

.container {
    position: absolute;
    right: 32px;
    left: 32px;
    top: 4px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-link {
    color: white; 
    text-decoration: none;
    margin-left: 30px;
}

.menu-link:hover {
    color: rgb(192, 0, 64); 
    text-decoration: none;
    font-weight: 700;
    text-decoration: underline;
}


.headline {
    position: absolute;
    left: 200px; 
    top: 300px;
    color: white;
    font-size: 40px;
    text-shadow: 3px 5px 4px rgba(0, 0, 0, 0.4);
}

.beschreibung{
    position: absolute;
    left: 200px; 
    top: 355px;
    color: white;
    font-size: 20px;
    width: 500px;
    text-shadow: 3px 5px 4px rgba(0, 0, 0, 0.4);
    font-weight: 300;
}

.discord-button1{
    background-color: rgb(148, 0, 49);
    position: absolute;
    left: 200px; 
    top: 550px;
    color: white;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
    border-radius: 3px;

    animation: spin 3s;
}

.color {
    color: rgb(192, 0, 64);
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
    font-size: 8px;
}

