@font-face {
  font-family: "Font";
  font-style: normal;
  /* font-weight:300; */
  src: url("../fonts/font.woff2") format("woff2"),
       url("../fonts/font.woff") format("woff");
}





body {
  background-color: white;
  overflow: auto;
  cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='100' height='100' viewport='0 0 100 100' style='fill:black;font-size:70px;'><text y='100%'>✉️</text></svg>") 16 0,auto; /*!emojicursor.app*/
}

p{
  font-family: "Font";
  /* font-weight: 100; */
  font-size: 7rem;
  line-height: 1.2em;
  color:black;
  margin:auto;
}


a {
  cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='100' height='100' viewport='0 0 100 100' style='fill:black;font-size:70px;'><text y='100%'>✉️</text></svg>") 16 0,auto; /*!emojicursor.app*/
  /* text-decoration: underline;
  text-decoration-color: black;
  text-decoration-thickness: 0.4rem; */
  text-decoration: none;
}


.info{
  margin:auto;
  margin-left: 2em;
  margin-right: 2em;
  text-align: left;
}


@media only screen and (max-width: 420px) {
  p{
    font-size: 2.5rem;
    line-height: normal;
  }

  .info{
    margin:auto;
    margin-top:5em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='100' height='100' viewport='0 0 100 100' style='fill:black;font-size:70px;'><text y='100%'>✉️</text></svg>") 16 0,auto; /*!emojicursor.app*/

  }
}
