#user {
  height: 100%;
  min-height: 100vh;
  padding-top: 3%;
  margin: auto;
  background: #ffffff;
}

h1 {
  color: #cedbdb;
  font-weight: 600;
  margin-top: 0.7em;
  margin-bottom: 0.7em;
  text-shadow: 1px 1px 2px black, 0px 0px 20px black;
  font-size: 1.3em;
}

h3 {
  color: #cedbdb;
  font-weight: 600;
  margin-top: 0.7em;
  margin-bottom: 0.7em;
  text-align: left;
  text-shadow: 1px 1px 2px black, 0px 0px 20px black;
  font-size: 1.3em;
}

p {
  color: #cedbdb;
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif !important;
}

.image-hover {
  width: 100%;
  cursor: pointer;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image-hover:hover {
  transform: scale(1.05);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  filter: hue-rotate(45deg);
}
