/**
  * The CSS file to set all the styles of the POST content type
  **/
.node__header {
  position: relative;
}

.node__header img {
  width: 100%;
}

.node__title {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  font-size: clamp(2rem, 2.5vw, 5rem);
  line-height: 1.5;
  padding: 0 .5rem;
  background-color: rgba(255,255,255,0.33);
}

.node__content {
  max-width: 1200px;
  margin: 0 auto;
}
