@font-face {
    font-family: "default";
    src: url(fonts/Ubuntu-Regular.ttf);
}

body {
    background: linear-gradient(
        to right,
        #a1e600,
        #00a179
    );
}

.title {
    text-align: center;
    font-size: 80px;
    font-family: "default";
    margin-top: 90px;
    margin-bottom: 30px;
    -webkit-text-stroke: 1.5px;
    -webkit-text-stroke-color: #ffffff
}


.audiocontrolls{
    position: absolute;
    bottom: 6px;
    font-family: "default";
}

.btnMute{
    cursor: pointer;
    font-family: "default";
    display: inline-block;
    border-radius: 5px;
    font-size: 15px;
    
}

.video{
    text-align: center;
    margin-top: 30px;
}