:root {
  --text-color: #f4e9e0;
  --accent-color: #ee375a80;
  --body-bg: #181228;
}

p a {
  background-color: #e2885d60;
}

.section--title {
  flex-direction: column;
}

.section--title-price {
  position: absolute;
  top: 30%;
  right: 20%;
  width: 10%;
  min-width: 60px;
  max-width: 120px;
  transform: rotate(15deg);
  opacity: 0.8;
}

.title-container {
  margin-inline: auto;
}

h1 img {
  width: 95%;
  max-width: 1700px;
  height: auto;
  margin-inline: auto;
  margin-top: 100px;
  transform: rotate(-0.5deg);
}

.image-grid img {
  opacity: 0.75;
}

footer .section--bgImage-fixed {
  opacity: 1;
}
