body{
  background-color: #1f70c1 ;
  text-align: center;
}

h1{
  text-align: center;
  font-size: 35px;
  color: white;  
}

h3{
  text-align: center;
  color: white;
}

p{
  color: white;
}

div{
  margin: 0px;
  padding: 40px;
  font-family: Julius Sans One;
}


button {
  background-color: white;
  color: steelblue;
  font-size: 15px;
  padding: 4px 11px;
  border-radius: 8px;
  border: 2px solid;
}

#article {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  padding: 5% 20% 0 10%;
}


a {
  color:yellow;
}