*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
}

body {
    width: 100vw;
    height: 100vh;
    background-color: black;
    overflow: hidden;
}

#backgroundVideo {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
 }

 h1 {
    margin-top: 112px;
    width: 100vw;
    color: aliceblue;
    text-align: center;
    font-size: 64px;
    font-family: "Chelsea Market", system-ui;
    font-weight: 400;
    font-style: normal;
 }

 .TitleBox {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
 }

 h2 {
    color: aliceblue;
    font-size: 24px;
    font-family: "Chelsea Market", system-ui;
    font-weight: 400;
    font-style: normal;
 }

 .decolines {
    height: 2px;
    width: 150px;
 }

 .menu {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 104px;
    height: 352px;
    width:424px;
    background-image: url(IMG/Backmenu.png);
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.50);
 }

 .menuitem {
    line-height: 64px;
    width: 100%;
    height: 64px;
    color: rgb(214, 217, 219);
    text-align: center;
    font-size: 24px;
    font-family: "Chelsea Market", system-ui;
    font-weight: 400;
    font-style: normal;

 }

 .menuitem:hover {
    font-size: 26px;
    color: rgb(255, 255, 255);
    background: url("IMG/Lhov.png");
    z-index: 1;
   background-size: none;
   mix-blend-mode: screen;
   background-position: bottom;
   background-repeat: no-repeat;
 }

 .languagemenu {
    padding-left: 104px;
    padding-right: 104px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 56px;
    height: 64px;
    width:424px;
    background-image: url(IMG/Backmenu.png);
    object-fit: cover;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.50);
 }

 .Languageitem {
    line-height: 64px;
    width: 100%;
    height: 64px;
    color: rgb(214, 217, 219);
    text-align: center;
    font-size: 24px;
    font-family: "Chelsea Market", system-ui;
    font-weight: 400;
    font-style: normal;
 }

 .Languageitem:hover {
    font-size: 26px;
    color: rgb(255, 255, 255);
    background: url("IMG/Lhov.png");
    z-index: 1;
   background-size: none;
   mix-blend-mode: screen;
   background-position: bottom;
   background-repeat: no-repeat;
 }