body {
  background-color: azure;
}

h1,
h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  line-height: 1;
}
h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 1;
  font-weight: bold;
}

p {
  font-family: 'Roboto', sans-serif;
  text-align: justify;
  font-size: 1.2rem;
  line-height: 1.5;
}

li {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  padding-bottom: 8px;
}

img {
  display: block;
  margin: 0 auto;
  padding: 8px;
  width: 200px;
}

div {
  padding-bottom: 14px;
}

.container {
  padding: 2em 1em;
  margin: 0 auto;
  max-width: 800px;
}
