body {
  background-color: rgb(255, 255, 255);
  font-family: "Roboto ", monospace;
}

.error_img {
  height: 500px;
  margin-top: 100px;
}

.error_text {
  color: #516476;
}

.position_text {
  margin-top: -100px;
}

/* OPREC PAGE */

.logo {
  height: 100px;
}

.community-name {
  color: white;
}

.card {
  margin-top: 10px;
  border-radius: 10px;
}

.image-form {
  margin-top: -310px;
  margin-left: -40px;
  position: sticky;
}

@media (min-width: 0px) and (max-width: 1199.98px) {
  .image-form {
    display: none;
  }
}
