/* Copyright 1999-2017. Plesk International GmbH. All rights reserved. */
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek,greek-ext,vietnamese);

html {
  font: normal 13px/1.4 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-y: scroll;
  color: #000;
}

body {
  margin: 0;
  padding: 0;
  background: #1a1919;
  color: #fff;

  height: 100%;
}

a {
  color: #c8d400;
  text-decoration: none;
}
a:hover {
  color: #98a100;
  text-decoration: none;
}

.wrapper {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 600px;
  max-height: 500px;
}

p {
  font-size: 21px;
  font-family: sans-serif;
  text-align: center;
}
