body{
    font-family: 'Noto Sans';
    font-size: 14px;
    font-weight: bold;
    color: black;
    background: linear-gradient(45deg, #48c6ef,   #6f86d6);
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
   
}
.titleVideo2{
    font-size: 22px;
    margin: 10px;
}
.titleVideo{
    font-size: 18px;
    margin: 10px; 
}
.background{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center; 
   
   
}
.template{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center; 
    font-family: 'Noto Sans';
    font-size: 14px;
    font-weight: bold;
    color: black;
    background: linear-gradient(45deg, #48c6ef,   #6f86d6);
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
   
}
.video{
    margin: 20px;
    top: 0;
    left: 0;
    width: 990px;
    height:540px;
}
