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

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