section{
    text-align: center;
    font-size: 20px;
    position: relative;
    bottom: 50px;
    color: white;
    font-weight: bold;
}

h2{
    text-align: center;
    position: relative;
    bottom: 30px;
    font-size: 30px;
    color: red;
    font-weight: bold;
}
p{
    padding : 1px;
    margin : 1px;
}
.center{
    display: flex;
    justify-content: center
}
video{
    position: relative;; 
    margin-right: 10px;
    top: 5px;
    margin-bottom: 10px;
}
.text1{
    text-align: center;
    font-size: 20px;
    color: white;
    font-weight: bold;
}
.text1 p{
    display: inline;
    margin-right: 175px;
    margin-left: 150px;
}
.center2{
    display: flex;
    justify-content: center
}
.text2{
    text-align: center;
    font-size: 20px;
    color: white;
    font-weight: bold;
}
.text2 p{
    display: inline;
    margin-right: 120px;
    margin-left: 75px;
}
