@import url("https://fonts.googleapis.com/css?family=Ropa+Sans&display=swap");
body {
  font-family: "Ropa Sans", sans-serif;
}
.container-fluid {
  position: relative;
  text-align: center;
  color: white;
}
.textme {
  color: black;
  font-weight: 50px;
  font-size: 20px;
  font-family: "Ropa Sans", sans-serif;
}
.navbar-brand {
  opacity: 0.5;
  font-family: "Ropa Sans", sans-serif;
}
.container-fluid model-viewer {
  width: 100%;
  height: 500px;
  border-bottom: 1px solid rgba(224, 224, 235, 0.8);
  border-radius: 15px;
}

.centered {
  text-align: center;
  font-family: "Ropa Sans", sans-serif;
  font-size: 60px;
  color: black;
}

.jumbotron {
  background-image: url("poor.jpg");
  background-size: cover;
  margin: 6px;
  height: 550px;
  font-size: 15px;
  padding: 20em;
  border-bottom: 1px solid rgba(224, 224, 235, 0.8);
  box-shadow: 7px 7px 3px grey;
  font-family: "Ropa Sans", sans-serif;
}
/* Ripple In */
@-webkit-keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
.jumbotron.hvr-ripple-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.jumbotron.hvr-ripple-in:before {
  content: "";
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.jumbotron.hvr-ripple-in:hover:before,
.jumbotron.hvr-ripple-in:focus:before,
.jumbotron.hvr-ripple-in:active:before {
  -webkit-animation-name: hvr-ripple-in;
  animation-name: hvr-ripple-in;
}
.btn-primary.btn-lg {
  background-color: white;
  color: black;
  border: 2px solid #555555;
}
.btn-primary.btn-lg:hover {
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
  color: white;
  background-color: #555555;
  border-color: white;
}

.jumbotron p:hover {
  cursor: crosshair;
}
.btn {
  margin-right: 10px;
}

footer {
  color: black;
  font-family: "Ropa Sans", sans-serif;
}
