.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}



footer p a {
  text-decoration: underline;
  color: white;
}

footer p a:link {
  text-decoration: underline;
  color: white;
}

footer p a:visited {
  text-decoration: underline;
  color: white;
}

footer p a:focus {
  text-decoration: underline;
  color: white;
}

footer p a:hover {
  text-decoration: underline;
  color: white;
}

footer p a:active {
  text-decoration: underline;
  color: white;
}

main {
  filter: alpha(opacity=80);
  opacity: 0.8;
  z-index: 10000;
  padding: 25px;
  border-radius: 25px;
  background-color: black;
}