.jumbotron {
  padding: 150px 0 50px;
}

.jumbotron h1 {
  color: #fff;
}

#references-table {
  border-radius: 15px;
  margin-bottom: 5rem;
}

#rounded-top-left {
  border-radius: 15px 0 0 0;
}

#rounded-top-right {
  border-radius: 0 15px 0 0;
}

#rounded-bottom-right {
  border-radius: 0 0 15px 0;
}

#rounded-bottom-left {
  border-radius: 0 0 0 15px;
}

#rounded-bottom {
  border-radius: 0 0 15px 15px;
}

@media only screen and (min-width: 576px) {
  .median-table {
    max-width: 500px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .median-table {
    margin-left: auto;
    margin-right: auto;
  }

  .jumbotron svg {
    top: 200px;
  }
}