h1 {color:blue;
}

body {
  background-color: lightblue;
  text-align: center;
}

.image {
  margin: 20px auto;
}

.section {
  color: red;
  text-decoration: underline red wavy 2px;
  background-color: lightgrey;
  padding: 20px;
  margin: 20px auto;
  width: 70%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-align: left;
}

.section h2, p {
  text-align: center;
  margin-top: 0;
}


ul, ol {
  width: 300px;
  margin: 0 auto; 
  text-align: left;
  list-style-position: outside;
  padding-left: 100px; 
}

.section h2, p {
 font-family: "Open Sans", sans-serif;
  font-weight: bolder;
}

/*
.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;}*/

