* {
  color: #000;
  -webkit-tap-highlight-color: transparent;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  font-family: 'hk_grotesksemibold', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

/*prevent text resizing on oriontation*/
html {
  -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

p, a{
  color: #fff;
}
a{
  cursor: pointer;
}
a:hover{
  color: #fff;
}

.content{
  background-color: #1658ff;
  height: 100vh;
  position: relative;
}
.logo{
  margin: 20% auto 0;
  position: relative;
  width: 70%;
}
.logo img{
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.contact-wrapper{
  bottom: 100px;
  left: 0;
  position: absolute;
  width: 100%;
}
