html,
body {
  font-size: 99.99%;
  height: 100%;
  position: fixed;
  width: 100%;
}

body {
  background-color: #56b2d6;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
}

a {
  color: rgba(255, 255, 255, 0.40);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: rgba(255, 255, 255, 1.0);
}

p {
  padding: 0;
}

