@font-face {
    font-family: "tapetura-regular";
    src: url("typeface-microsite/tapetura-regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
body {
    background-color: yellow;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
}

h1 {
    font-family: "tapetura-regular";
    font-size: 14.5vw;
    /* letter-spacing: 2px; */
    text-transform: uppercase;
    padding-left: 12px;
    font-weight: normal;
    margin: 0px;

}

a {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
a:link {
    color: rgb(0, 0, 0);
  }
  
  a:visited {
    color: rgb(255, 0, 238);
  }
  
  a:hover {
    color: rgb(255, 0, 221);
    font-size: 150%;
  }
 
  a:active {
    color: red;
    font-size: 150%;
  }

  img {
    max-width: 100%;
    height: auto;
  }