html{
	width: 100%;
	scroll-behavior: smooth;
	margin: auto;
}

body{
	width: 50%;
  margin: auto;
  margin-top: 25%;
}

h1{
  font-family: "Newsreader";
  font-weight: 500;
  font-size: 2em;
  line-height: 1.3em;
  text-align: center;
}

h2{
  font-family: "Newsreader";
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1.3em;
  text-align: center;
}

p{
  font-family: "Newsreader";
  font-weight: 380;
  font-size: 1.15em;
  line-height: 1.3em;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
}

a{
  color: #000000;
}

.reference{
  margin-top: 50%;
  margin-bottom: 10%;
}