html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0px;
  background: #b3c5dc;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15pt;
  color: #0000008a;
}

#container {
  display: table;
  width: 100%;
  height: 100%;
}

#inner-container {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 20px;
}

img#front {
  max-width: 100%;
  height: auto;
  margin-bottom: 5px;
  filter: drop-shadow(3px 2px 0px rgba(0, 0, 0, 0.065))
    drop-shadow(0px 0px 15px rgba(255, 221, 152, 0.15));
}

a {
  color: #0000008a;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
