section {
    height: 100%;
    position: fixed;
    z-index: -2;
  }
  
  #bilog-bilog {
  background:radial-gradient(rgb(63, 58, 145), rgb(25, 25, 90));
  }

  .head-title {
    text-align: center;
    align-items: center;
    width: 100%;
    height: 100px;
    padding: 30px 0px;
  }

  .head-title h1 {
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      font-size: 5rem;
      text-shadow: 0 2px 3px black;
  }

  
@media screen and (max-width: 426px) {
    

  .head-title h1 {
    padding-top: 10px;
    font-size: 3rem;
}

}

.position {
  border-radius: 20px;
  box-shadow: 0px 5px 15px black;
  color:  rgb(25, 25, 90);
  width: auto;
  min-height: 3.5rem;
  height: auto;
  background-color: rgb(255, 255, 255);
  font-size: 2.8rem;
  text-shadow: 0 1px 1px black;
  margin: 30px 0px 20px 0px;
}