body {
  font-family: Arial, sans-serif;
  background: #eeeeee;
}

.jumbotron {
  background: rgba(137, 18, 22, 1);
  background-size: cover;
  height: 100%;
  color: #f7f7f7;
}

.jumbotron p {
  width: 60%;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  .jumbotron p {
    width: 90%;
    margin: auto;
  }
}

.col {
  border: 1px solid, #f7f7f7;
}
