body {
  background-color: rgb(30, 30, 30);
  text-align: center;
  color: white;
}

* {
	font-style: medium;
  	font-family: 'Noto Sans', sans-serif;
}

div {
	margin-top: 15%;
}

h1 {
  	font-size: 1.3vw;
}

a {
	font-size: 1vw;
	color: white;
	text-decoration: none;
}