html,
body {
  height: 100%;
  margin: 0;
}

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}
a {color: black;}


  .wrapper{
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  
 
  header, footer {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
  }
 
  .content {
    flex: auto;
}

  .video {

    max-height: 550px;
    width: 100%;
    outline: 5px solid rgb(255, 255, 255);
    outline-offset: -3px;
   
  }

  .btnCont {
    padding-top: 20px;
    display: block;
    text-align: center;
  }

  .btnTxt {
    display: inline;
    font-size: large;
    font-weight: 600;
  }
  
  .arrow {
    margin-bottom: -3px;
  }
  
  .logo {
    max-width: 250px;
    max-height: 550px;
    padding-bottom: 30px;
    padding-top: 20px;
  }

.socilaButons {
    flex: 0 100%;
    align-self: flex-end;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 20px;
}

  .soc1, .soc2 {
    padding-left: 18px;
    padding-right: 18px;
}


