#main {
    margin: auto;
    width: 1000px;
    padding: 10px;
    text-align: center;
}

#logo {
    max-width: 400px;
    max-height: 200px;
}

#videoPlayer {
    width: 1000px;
    height: 562px;
}

header {
    text-align: justify;
    height: 250px;
    padding: 15px;
}

header::after {
    content: '';
    display: inline-block;
    width: 100%;
}

header > div,
header > div::before,
header img,
header > div h1 {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

header > div {
    height: 100%;
}

header > div::before {
    content: '';
    height: 110%;
    margin-left: -4%;
}

header img a:last-child {
    padding-right: 0;
}

#formTitle {
    line-height: 0.5;
    text-align: center;
}

#formTitle span {
    display: inline-block;
    position: relative;
}

#formTitle span:before,
#formTitle span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 2px solid black;
    border-top: 2px solid black;
    top: 0;
    width: 400px;
}

#formTitle span:before {
    right: 100%;
    margin-right: 15px;
}

#formTitle span:after {
    left: 100%;
    margin-left: 15px;
}

#formContainer {
    margin: 0 auto;
    width: 1000px;
    height: 2200px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

iframe {
    border: 0px;
    width: 1000px;
    height: 2200px;
    overflow: hidden !important;
    margin: 0 auto;
}

#video {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    margin: 0 auto;
}

#pageHeader {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    margin: 0 auto;
}
/* got ot top button */
#myBtn {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #2f6596;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #023f75;
}
