.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

body {
    background: #CC3687;
    color: #ffffff;
}

a, a:visited, a:hover, a:focus, a:active {
  color: white;
  text-decoration: none;
}

.bottom-paragraph {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 10px;
}