
.section1 video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section1{
    position: relative;
}

.section1 div{
    position: absolute;
    color: white;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.section1 h1{
    font-size: 2.8vw;
    font-weight: bold;
    margin-bottom: 1vw;
}

.section1 a{
    text-decoration: none;
    color: white;
}

.section1 a:hover{
    color: white;
}

.section1 button{
    font-size: 1.2vw;
    padding: 1vw 2.5vw;
    border: none;
    border-radius: 5px;
    background-color:#750e17;
}

@media (max-width: 600px) {
    .section1 h1{
        font-size: 3.5vw;
        width: 100%;
        margin-bottom: 0vw;
    }
    .section1 button{
        font-size: 1.7vw;
    }
}