.title {
  background-image: url("./bettertheft.webp");
  background-repeat: no-repeat;
  background-size: cover; 
  display: flex;
  align-items: center;

  width: 100%;
  height: 8rem;
  background-position: 0px -150px;

}

.content-area {
  width: 100%;
  height: fit-content;
  min-height: 10rem;

  background-color: #f2b2b6;
}

.content-area .page-header {
  border-radius: -0.5rem;
  border-top-left-radius: 0;
  width: 100%;
  height: 8rem;

  background-color: #e76e79;
  border-color: #e34e58;
  border-width: 1.2px;
  border-style: solid;

}