article {
  padding: 12px;
}

body {
  background-color: #6c8cd5;
  color: #ffffff;
  font-family: Arial;
}

header {
  background-color: #ff9600;
  text-align: center;
}

h1 {
  line-height: 50px;
}

nav {
  background-color: #ff9500;
  text-align: center;
}

p {
  text-align: justify;
  font-size: 14pt;
}

section {
  background-color: #043a6b;
  width: 1100px;
}







