* {
margin: 0;
padding: 0;
}
.sidebar {
  font-family: neue-haas-grotesk-text,sans-serif;
font-weight: 400;
font-style: normal;
    font-size: min(2.2vw, 22px)
        
}
.sidebarf {
 font-family: 'Open Sans', sans-serif;
font-family: 'Space Grotesk', sans-serif;
    font-weight:500;
    font-size:1vw
}

html {
    margin: 0px;
padding: 0px;
    background-color:;
}

.bgfront { 
background-color:black
}



a {
    color: inherit;
    text-decoration: none;
}

#texthp {
    color:white
}
#texthpt {
    color: #0f0f0f
}

.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: white;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

.spacer1 {height:.05vh}
.spacer2 {height:1vh}

.hvr-underline-from-left2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left2:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: black;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left2:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

.sidebark {
  font-family: neue-haas-grotesk-text,sans-serif;
font-weight: 400;
font-style: normal;
    font-size:.8vw
}