body {
  background: #111;

  color: #fff;
  margin: 0;
  padding: 0;
}

#header {
  padding: 20px;
  text-align: center;
}

#background-video {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

#header h1 {
  margin: 0;
  font-size: 34px;
  font-family: 'Kanit', sans-serif;
  color: #fff;
  letter-spacing: 2px;
}



#header img {
  width: 20%;
  height: auto;
}

#content {
  text-align: center;
  padding: 20px;
  margin-top: -4%;
}

#content h1 {
  font-size: 34px;
  font-family: 'Kanit', sans-serif;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-top: 40vh;
}

#searchbar {
  text-align: center;
  margin: 20px auto;
}

.form__input {
  background: none;
  padding: 0px 17px;
  height: 48px;
  border: 1px solid rgb(255, 255, 255, 0.2);
  color: var(--text-color);
  border-radius: 3px;
  outline: none;
  transition: all 350ms;
  width: 350px;
  margin-top: 5px;
  border-radius: 50px;
  color: #fff;
}

.form__input:focus {
  border: 1px solid rgba(253, 253, 253, 0.514);
  border-radius: 6px;
  animation: fadeInAnimation ease-in-out 0.3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

a{
  text-decoration: none;
  color:white;
  width:50px;
  height:50px;
  padding-right: 1px;
  padding-left: 1px;
  text-align: center;
  align-self: center;
}


@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
#footer {
  position: fixed;
  left: 0;
  bottom: 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #99ccff;
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  height:15px;
  background-color: #000;
  padding-top: 7.5px;
  padding-bottom: 10px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

#footer p {
  margin: 0;
}

.fa {
  font-size: 24px;
  margin-right: 10px;
  color: #fff;
}

.fa:hover {
  color: #aaa;
}

#visits {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#ad {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}
