section {
  padding: 40px;
}

p {
  text-align: justify;
}

h1 {
  text-align: center;
}

h2 {
font-weight: bold;
  font-size: 16px;
}

h3 {
font-weight: bold;
  font-size: 14px;
}


.title {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  justify-content: center;
}

.title img {
  height: 40px;
  margin-right: 10px;
  
}

.title > h1 {
  color: #00ADEE;
}

.subtitle {
  font-weight: bold;
  font-size: 16px;
}

.header {
  font-size: 16px;
}

footer {
  background-color: #00ADEE;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer > p {
  color: white;
  font-weight: bold;
}

