@font-face {
    font-family: 'PT Sans';
    src: url("../fonts/PTSans-Regular.ttf")
    format('truetype')
}

h3{
    font-family: 'PT Sans' , serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .2em;
    color:black;
}

.youtubeIFrame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.dummy {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
