html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: auto;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Russo One', helvetica, arial !important;
  color: #ffffff;
  background-color: #190c46;
}

* {
  box-sizing: border-box;
}

a, a:hover, a:visited, a:focus {
  color: #17d4f0;
  text-decoration: none;
}

.body {
  padding: 40px;
}