@charset "UTF-8";

body 
{
    
    font-family: "Segoe UI",Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 14px;
}


.video {
    position: relative;
    padding-bottom: 56.25%; 
    padding-top: 25px;
    height: 0;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.buttonvideo {
    background-color: #f9b500;
    color: white;
    font-weight: bold;
    font-size: 16px;
    padding: 7px 20px 7px 20px;
}

.buttonvideo:visited :active {
    background-color: #f9b500;
}
