* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 100%;
  font-weight: normal;
  font-style: sans-serif;
  line-height: 1.2;
}

@font-face {
  font-family: times;
  src: url('../source/Times New Roman.ttf');
}

body {
  text-align: center;
  font-family: times;
  overflow: hidden;
}


a {
  color: black;
  font-size: 5rem;
  text-decoration: none;
}

a:hover {
  color: red;
}

a:visited {
  color: black;
}

a:active {
  color: black;
}
