@import 'animations.css';
body,
html {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Ubuntu', Arial, sans-serif;
  color: #333333;
  background: #e8e8e8;
  background-image: radial-gradient(circle closest-side at center center, #ffffff, #e8e8e8);
  background-image: -webkit-radial-gradient(circle closest-side at center center, #ffffff, #e8e8e8);
  /* New WebKit syntax */
  background-image: -moz-radial-gradient(circle closest-side at center center, #ffffff, #e8e8e8);
  background-image: -ms-radial-gradient(circle closest-side at center center, #ffffff, #e8e8e8);
  background-image: -o-radial-gradient(circle closest-side at center center, #ffffff, #e8e8e8);
}
body .wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
body .wrapper .inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
body .wrapper .inner small {
  font-size: 10px;
}
body .wrapper .inner small a {
  color: #525252;
  text-decoration: none;
}
body .wrapper .inner small a:hover {
  color: #000000;
  text-decoration: underline;
}
a {
  color:inherit;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}
