/* your styles go here */

body{
  width:100%;
  height:100%;
  overflow-x: hidden;
}

a.tech {
  color: white;
  text-decoration: underline;
}

a.tech:hover {
  /*background-color:#4fbfa8;*/
  background-color:black;
}


a.tech:active {
    color: black;
  }

  @media screen and (max-width: 700px) {
    .title {
      display: inline-block;
      font-size: 9vw;
      font-weight: 100;
      padding: 10px 0;
      margin-bottom: 44px;
      text-align: center;
      border-bottom: solid 1px #ccc;
      border-top: solid 1px #ccc;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      line-height: 1.2;
      color: #555;
      margin-top: 20px;
      letter-spacing: 0;
    }
  }
