@import url("https://fonts.googleapis.com/css?family=Nunito:400,700&display=swap");
* {
    box-sizing: border-box;
  }
  
  body {
    margin: 0;
    font-family: Calibri;
    font-size: 17px;
  
  
  }
  
  #myVideo {
    position: fixed;
    align-content: center;
    margin: 0 auto;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
  }
  
  .content {
    position: fixed;
    bottom:0px;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    height: 100%;
    padding: 20px;
    padding-top: 300px;
    text-align: center;
  }