body {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 1;
}

h1 {
    font-size: 48px;
    color: #000;
}

p {
    font-size: 24px;
    color: #000;
}

#video-bg {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    opacity: 1;
}

.logo{
    widows: 100px;
    margin-left: 300px;
    margin-top: 60px;
    border: 2px solid gold;
    width: 150px;
    height: 295px
}

.btn{
    text-decoration: none;
    color: #B22222;
    background-color: #000;
    padding: 10px 39px;
    font-size: 23px;
    border-top: 2px solid #B22222;
}

#zero {
  top: 0;
  left: 0;
  position: fixed;
  background: black;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#aa {  
  font-weight: bold;
  position:fixed;
  left:0;
  right:0;
  margin-left: 480px;
  top: 10%;
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
  width: 300px;
  background: transparent;
  box-sizing: content-box;
  /*border: 3px solid black;*/
  z-index: 1;
}

#text {
  text-align: justify;
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

.left {
  float: left;  
}

.right {
  float: right;  
}