@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0px;
    padding: 0px;
}

.komendant {
    position: absolute;
    z-index: -1;
    width: 100vw;
    height: 100vh;
}

.vid {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
}

.xdddd {
    width: 100vw;
}
.xdddd h3 {
    text-align: center;
    justify-content: center;
    color: white;
}