
.site-header{
    background: #FFEDFD;
    display: flex;
    position: fixed;
    justify-content: center;
    width: 100%;
    z-index: 9999;
    padding: 41px 0px 0px 0px
}

.gnav__menu{
    display: flex;

}

.gnav__menu__item a{
    text-decoration: none;

}

.btn-flat-border {
  display: inline-block;
  padding: 0.2em 0.5em;
  text-decoration: none;
  color: white;
  background: #FFA0F4;
  border: solid 1px #FF6788;
  border-radius: 5px;
  transition: .4s;
}

.btn-flat-border:hover {
  color: white;
  background: #FF6788;
  border: solid 1px #FFA0F4;
}



#page_top{
  width: 100px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  background: #FFA0F4;
  opacity: 0.6;
  border-radius: 15px;
}
#page_top:hover {
  background: #FF6788;
}
#page_top a{
  position: relative;
  display: block;
  width: 100px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
/* content: '\f102'; */
  content: '^';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


