:root {
  --imagePaddingBlock: 24px;
}
html {
  height: 100%;
}
body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #717171;
  background: #ffffff;
  overflow: hidden;
  height: 100%;
  margin: 0px;
}

img {
  height: calc(100% - (2 * var(--imagePaddingBlock)));
  display: block;
  margin: auto 0;
  padding-block: var(--imagePaddingBlock);
}

a:hover {
  opacity: 0.8;
}
a:active,
a:hover {
  outline: 0;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #168ecf;
  overflow: hidden;
  margin-top: 0px;
}
