.container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 30px;
}
.pageTitle{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
    color: #222;
    font-size: 20px;
}
.videoWrap{
    width: 1000px;
    height: 666px;
}