.center {
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 50px;
}

.center-card {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-divide {
    width: 100%;
    margin-top: 3%;
}

.color-divide {
    width: 20px;
    height: 3px;
    margin: auto;
    margin-top: -13px;
    background-color: #134B77;
}

video {
    width: 100%;
}

#video_div {
    margin-top: 40px;
}

body {
    background-color: #F3F3F3;
}

.video_bar {
    margin: auto;
    text-align: center;
}

.video_bar_hr_1 {
    width: 20%;
    height: 5px;
    display: inline-block;
    margin: auto;
    margin-right: 3%;
}

.video_bar_hr_2 {
    width: 20%;
    height: 5px;
    display: inline-block;
    margin: auto;
    margin-left: 3%;
}

.text-divide p {
    font-size: 20px;
}

.card-body p {
    font-size: 14px;
}

td{ 
    border:solid #000; 
    border-width:0px 1px 1px 0px;
    padding:10px 0px;
}

table{
    border:solid #000; 
    border-width:1px 0px 0px 1px;
    padding: 10px;
}

#box
{
	min-height:580px;
}