/* ===== BUILDING ===== */
body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}

.section-building-pseudo h1 {
  font-family: 'Bungee', cursive;
  font-size: 6rem;
  text-align: center;
}

.building-text h1{
  font-size: 2.5rem;
  min-height: calc(100vh - 200px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;

  margin-bottom: 1.5rem;
}

.building-text h1 {
  margin: 0;
  position: absolute;
  z-index: 2;
  color: red;
  transform: rotate(-20deg);
  font-size: 6rem;
  font-weight: bold;
}

.building-text img {
  max-width: 800px;
  height: auto;
  position: relative;
  z-index: 1;
}