@font-face {
    font-family: 'NITEMARE';
    src: url('./fonts/NITEMARE.ttf') ;
}

body {
    background-color: #000000;
}

.pyramid {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
}
.row {
  display: flex;
  gap: 0px;
  justify-content: center;
  width: fit-content;
  padding: 0;
}

img {
  height: 220px;
  background: transparent;
  padding: 0;
  border-radius: 8px;

  transition: transform 260ms cubic-bezier(0.2, 0.9, 0.2, 1), filter 200ms ease;
}


.row-base {
  margin-top: 0px;
}

h1 {
    color: white;
    font-size: 40px;
    font-family: "NITEMARE";
}

p {
    color: white;
    font-family: "NITEMARE";
    font-size: 20px;
}