#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

P { 
    position: relative;
    text-align: center;
    color: #f1f1f1;
    font-family: 'Orbitron', sans-serif;
    padding-top: 5%;
    font-size: 6em;
}
h3 { 
    position: relative;
    text-align: center;
    color: #f1f1f1;
    font-family: 'Orbitron', sans-serif;
    font-size: 3em;
}
.audio-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

.button{

    display: flex;
    justify-content: center;
    align-items:center;
    padding-top: 5%;
}


/* Style the button used to pause/play the video */

@media only screen and (max-width: 600px) {
    p{
        font-size: 3em;
    }
  }