body {
    background-image: url(/img/kisgepszerviz-logo-background.png);
    background-size: 5%;
}

#spacer {
    width: 100%;
    height: 690px;
}

video {
    width: 100%;
    height: 700px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#head {
    width: 80%;
    display: flex;
    gap: 20px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    font-weight: bold;
}

#head a {
    color: white;
    text-decoration: none;
}

#headhr {
    width: 80%;
    border-color: white;
}

#headmenu {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba( 0, 0, 0, 80%);
    display: flex;
    color: white;
    border-radius: 10px;
}

#headlogo {
    width: 100px;
}

#headmenutag a {
    text-decoration: none;
    color: white;
}

#headmenutag a:hover {
    color: gray;
}

#headmenutag {
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-left: 400px;
}

#introduct {
    background-color: rgba( 0, 0, 0, 80%);
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0;
    text-align: center;
    color: white;
}
