@font-face {
  font-family: NunitoBold;
  src: url('/fonts/Nunito-Bold.ttf');
}

*{
  margin: 0;
  padding: 0;
  border: 0;
  /*font: inherit;*/
}

html{
  font-family: NunitoBold, sans-serif;
  scroll-behavior: smooth;
  height: 100%;
}

body{
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

a{
  text-decoration: none;
}

.content
{
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 100px;
}