body{
  background: #000;
    display: flex;
    justify-content:space-between;
    /*justify-content:center;*/
    height: 100%;
    font-family: 'Tahoma', sans-serif;
    background-color: rgb(0,0,0);
  }

    .wrapper-main {
    width: 100%;
    height: auto;

    padding: 1%;
    
    /*paddingt: 1%;
    padding-left: 1%;
    padding-bottom: 1%;*/

    /*background-color: blue;*/
    
    align-items: center;
  }
  #content {
    text-align:center;
  }
  #content span{
    font-size: 40px;
  }




  @media (max-width: 600px) {
    .wrapper-main {
      width: 100%;
      /*background-color: red;*/
    } 
  }
  #content span{
    font-size: 36px;
  }
  #content {
    font-size: 27px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 0.8;
  }
  #links {
    font-size: 27px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 0.8;

    display: flex;
    justify-content:space-between;
    color: rgba(0, 191, 255)
  }




  @media (max-width: 450px) {
    .wrapper-main {
      width: 100%;
      font-size: 20px;
      /*background-color: yellow;*/
    }
    #content span{
      font-size: 32px;
    }  
    #content {
      font-size: 17px;
      font-weight:normal;
      letter-spacing: 1px;
      line-height: 0.8;
      /*background-color: yellow;*/
    }
    #links {
      font-size: 17px;
      font-weight: normal;
      letter-spacing: 2px;
      line-height: 0.8;
  
      display: flex;
      justify-content:space-between;
      color: rgba(0, 162, 255, 0.753)
    }
  
  }




   /* Style the video: 100% width and height to cover the entire window */
#myVideo {
  border-radius: 10px;
  position:relative;
  top: 2%;
  left: 0%;
  right: 0%;
  bottom: 2%;
  width: 100%;
  height: auto;
  overflow:hidden;
/*  display:flex;
  justify-content:space-evenly;*/
}