.jumbotron {
  color: white;
  background-image: url("https://espanja.com/kysely/taustakuva.jpg");
    background-size: cover;
    background-position: center;
  height: 70%;
}
h1 {
  color: white;
  alignment-baseline: middle;
  font-weight: 700;
    font-size: 4em;
    text-shadow: 2px 2px 8px #FF0000;
}
h3 {
    text-shadow: 2px 2px 8px #FF0000;
}
p {
  color: white;
}
.content {
  text-align: center;
  padding-top: 0px;
}
hr {
  width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}