/* CSS Document */
body {
  background-color: #FFFFFF;
  height: 100%;
}
p {
  color: white;
}
h2 {
  color: #000000;
  font-size: "30dp";
  font-family: 'Roboto';
}
h3 {
  color: #000000;
  font-family: 'Roboto Condensed';
}
h4 {
  color: #000000;
  font-family: 'Roboto';
}
h5 {
  color: #000000;
  font-family: 'Roboto';
  font-weight: 100;
}
p {
  color: #000000;
}
span {
  color: #000000;
  font-size: 3em;
  font-family: 'Roboto';
  font-weight: 100;
}
a {
  text-decoration: none;
}
a:link {
  color: #000000;
}
a:visited {
  color: #000000;
}
a:hover {
  color: rgba(255, 55, 95, 1.00);
}
a:active {
  color: #000000;
}
.sub_div {
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
}