body {
  background-color: black;
  font-family: Raleway, sans-serif; 
}

h1, p {
  color: white;
  text-align: center;
  transition: all 300ms; }

h1 {
  font-size: 5rem;
  margin-top: 30vh;
  font-weight: bold;
  margin-bottom: 5rem; }

p {
  font-size: 1.2rem; }

p.poweredBy{
  font-weight: bold;
  font-size: 1.5rem;
}
p.poweredBy a{
  color: white;
  padding-bottom: 0.3rem;
  text-decoration: none;
  border-bottom: 3px solid white;
}

@media only screen and (max-width: 800px) {
  h1 {
    font-size: 3rem; } }

@media only screen and (max-width: 500px) {
  h1 {
    font-size: 2rem; }
  p {
    font-size: 1rem; } }
