
body {
  background-color: #c0def5;
}

block { 
    display: flex; justify-content: center;
}

h1 {

  font-family: 'Archivo Black', sans-serif;
  font-size: 50px; line-height: 50px;
  color: white;
  text-align: center;  max-width: 800px;
}

h2 {

  font-family: arial;
  font-size: 16px; line-height: 16px;
  color: white;
  text-align: center;  max-width: 800px;
}

h3 {

  font-family: verdana;
  font-size: 12px; line-height: 16px;
  font-weight: normal;
  color: black;
  text-align: left;  max-width: 800px;
}

h4 {

  font-family: arial;
  font-size: 16px; line-height: 16px;
  color: white;
  text-align: left;  max-width: 800px;
}

h5 {

 font-family: 'Archivo Black', sans-serif;
  font-size: 23px; line-height: 25px;
  color: white;
  text-align: center;  max-width: 800px;
}

p {
  font-family: verdana;
  font-size: 19px; line-height: 26px;
  text-align: center; max-width: 800px;
}

a {
text-decoration: none;
color: white;
}