body{
    background-color: aquamarine;
    text-align: center;
    align-items: center;
}
h1{
    padding: 1rem;
    background-color: burlywood;
    text-align: center;
    color: cornflowerblue;
}
p{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: x-large;
    color: blue;
}
.video {
   position: relative;
   padding-bottom: 56.25%;
   overflow: hidden;
}
.video iframe{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}