body{
  background-color: #0143a3;
  font-size: 16px;
  color: #ffffff;
  font-family: "Helvetica Neue";
  font-weight: 200;
}

a {
  color: #ffffff;
  font-weight: 200;
}

h1{
  font-size: 4rem;
}

li {
  font-size: 1.5rem;
}

.margin-zero-auto{
  margin: 0 auto;
}

.text-align-center{
  text-align: center;
}
