body{
    margin: 0;
    font-family:'Roboto', sans-serif;
}

.header-image {
    height: 200vh;
    width: 100%;
    object-fit: cover;
}

.container {
    position: absolute;
    right: 32px;
    left: 32px;
    top: 16px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-link{
    color:white;
    text-decoration: none;
    margin-left: 16px;
}

.menu-link:hover {
    text-decoration: underline;
}

.headline {
    position: absolute;
    left:  50px;
    top:   300px;
    color: yellow;
    font-size: 70px;
    width: 300px;
    text-shadow: 15px 10px rgba();
}
.white {
    color: white;
}


.description-section {
    height: 300px;
    padding: 30px 30px;
    display: flex;
    gap: 50px;
}

.button  {
   background-color: #ffdd03;
   padding: 8px  30px;
   color: black;
   border-radius: 8px;
   box-shadow: 5px 2px 15px rgba(0,0,0, 0.3);
}

.half-width {
    width: 50%;
}

h2 {
    text-align: center;
    font-size:  45px;
}
.quater-width {
    width: 25%;
}

.video-container {
    width: 50%;
}

.youtube {
    width: calc(100vw * 0.4);
    height: calc(56.25vw * 0.4);
}        



.navigation {
    display: none;
}