h1 {
  text-align: center;
}

.c {
  text-align: center;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  max-height: 90%;
}

img.shrinky {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  max-height: 400px;
  display: block;
  background-size: 100%;
}

img.shrinky2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  max-height: 500px;
  display: block;
  background-size: 100%;
}


body {
  background-color: #cee2fb;
}

a:link {
  color: #444fe2;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #444fe2;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #7a6ade;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

a.linky {
  text-align: left;
  color: #3c14dc;
  background-color: transparent;
  text-decoration: none;
}

span.error {
  color: #ff0000;
  background-color: white
}

article {
  background: #f2f5f7;
}