body {
    margin: 0;
    padding: 0;
  /*  overflow: hidden;*/
}

#background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
  /*  z-index: -1;*/
}

.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
  /*  z-index: 1;*/
}

.overlay h1 {
    font-size: 100px;
    font-family: herculanum;
    margin-bottom: 10px;
}
.overlay p {
    font-size: 25px;
    margin-bottom: 20px;
}
h1 {
    font-size: 120px;
}

.overlay button a {
    background-color: #333;
    text-decoration: none;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

.overlay button:hover {
    background-color: #555;
}
/*.container {
    display: inline-block;
    justify-content: center;
    align-content: center;
}*/