body, html {
  height: 100%; }

body {
  font-family: 'Poppins', sans-serif;
  background: #000;
  background-size: cover; }

div:first-of-type {
  text-align: center; }

#logo {
  display: inline-block;
  vertical-align: top; }

#text {
  display: inline-block;
  margin-left: 30px;
  text-align: left; }
  #text p:nth-of-type(1) {
    line-height: 26px;
    font-size: 20px;
    color: #fff; }
  #text p:nth-of-type(2) {
    color: #f29d23;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.5px; }
    #text p:nth-of-type(2) span {
      color: #c94c9c; }
  @media screen and (max-width: 991px) {
    #text {
      text-align: center !important;
      margin-top: 30px; } }

#links {
  display: block;
  text-align: center !important;
  margin-top: 20px; }
  #links a {
    margin: 0 5px; }
    #links a img {
      transition: transform 0.3s; }
      #links a img:hover {
        transform: scale(1.1);
        transition: transform 0.3s; }
  @media screen and (max-width: 991px) {
    #links {
      margin-left: 30px; } }

#circle {
  position: absolute;
  left: 27px;
  right: 0;
  top: 150px;
  z-index: -1; }
  @media screen and (max-width: 991px) {
    #circle {
      top: 360px; } }

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -2; }
