/************************************************************/
/*****************CUSTOM STYLES*****************/
/***********************************************************/
.mybtn {
   position: absolute ;
   bottom: 20px;
   left: 20px;
}
.style1 {
   position: absolute;
      color: #fff;
   top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}
.light_area {
  background-color: #f4f4f4;
}
.dark_area {
  background-color: #e9e9e9;
}
.hnavbar {
   font-size: 1.1rem;
   font-weight: bold;
}