/* Show it's not fixed to the top */
body {
  min-height: 75rem;
}
.footer {
  /* background-color: #f5f5f5; */
}
.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }

@media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }
.centered_area {
	width: 100%;
	text-align: center;
}

.jumbotron {
  margin-top: 125px;
}

.content-main {
  margin-top: 125px;
}

.screenplay_contests-list-item {
  background-color: #dedede;
  width: 100%;
  border-radius: 20px;
  padding: 20px;
  text-align: left;
}
