body{
    background-color: pink;
    margin-top: 0px;
}

h1{
    font-size: 84px;
    margin: 0px;
}

h3{
    font-size: 35px;
}

video{
    align-items: center;
    height: 550px;
    border: 5px solid black;
    border-radius: 10px;
    box-shadow: 0 0 0 20px 15px rgba(255, 255, 255, 0.4);
}

.text-center{
    text-align: center;
}

@media screen and (max-width: 1000px) {
    video{
        width: 90%;
        height: 450px;
    }

    h1{
        font-size: 50px;
    }


}