html {
  color: black;
  font-family: 'Calibri', 'Trebuchet MS', sans-serif;
}

main {
  margin: 1rem 20% 1.75rem 20%;
}

h1 {
  font-style: italic;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
  font-size: 2rem;
}

.lang {
  align-content: flex-end;
  margin: .25rem 0;
  text-align: right;
  font-size: 1rem;
}

img {
  width: 100%;
}

p {
  font-size: 1rem;
  text-align: center;
  margin-top: .2rem;
}

footer {
  border-top: 1px solid #b2b2b2;
  padding: .5rem 20%;
  font-size: .6rem;
  display: flex;
  justify-content: space-between;
}

footer a {
  text-decoration: none;
  color: black;
}

footer a:hover {
  color: #b2b2b2;
}