@font-face {
  font-family: "LiberationSans-Regular";
  src: url("LiberationSans-Regular");
  src: url("LiberationSans-Regular.ttf") format("ttf");
}

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 10px;
  border: 0;
  font-family: "LiberationSans-Regular", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #444;
  position: relative;
  overflow-x: hidden;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  max-width: 400px;
}

.wrapper {
  text-align: center;
  font-size: 1.2em;
  overflow: hidden;
}

footer {
  width: 100%;
  height: 50px;
  color: #444;
  font-size: 0.8em;
  text-align: center;
  margin-top: 50px;
}

footer ul {
  list-style: none;
}

footer li {
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
}

footer a {
  text-decoration: none;
}

footer a:visited {
  color: #444;
}

header img {
  display: block;
  width: 30px;
  margin-left: 10px;
}