
@font-face {
  font-family: "Arial";
  src: url('arial.otf') format('opentype');
	font-weight: 400;
}

@font-face {
  font-family: "Arial";
  src: url('Arial\ Bold.ttf') format('truetype');
	font-weight: 500;
}

h1 {
  font-weight: 500;
}

body {
  font-family: "Arial";
  margin: 10px auto;
  background-color:#f1f7f8;
  color: #444f60;
  max-width: 800px;
  padding: 10px 25px;
}