@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');

html {
  font-size: 62.5%;
 }

body {
  text-align: center;
  font-family: Ubuntu;
  font-style: normal;
  color: #05988a;
}

img {
  width: 15%;
}

a h2 {
  margin-top: .25em;
  font-size: 12em;
  font-weight: 400;
}

a, a:visited, a:hover, a:link {
  text-decoration: none;
  color: #05988a;
}

p {
  font-size: 1.5em;
  font-style: italic;
}

.header-logo {
  height: 4em;
  background: url("logo.svg") no-repeat 1em / 2em;
  padding-left: 4em;
  font-size: 2em;
  line-height: 4em;
  min-width: 10em;
  width: 80%;
}