.row-1 img, .row-2 img, .row-3 img, .row-4 img {
  width: 376px;
  object-fit: contain;
}

div {
    display: flex;
    unicode-bidi: isolate-override;
}

.row-1, .row-2, .row-3, .row-4 {
  position: relative;
  z-index: -1;
}

.box-container {
  position: absolute;
  z-index: 3;
  display: flex;
}

.row-2 {
  background-color: rgb(199, 146, 199);
  font-family: 'Agbalumo';font-size: 22px;
  text-align: center;
}

.back-button {
    font-family: 'Agbalumo';
    font-size: 22px;
    border: none;
    display: flex;
    height: 40px;
    width: 40px;
    border-radius: 10px;
    border: none;
    background-color: rgb(199, 146, 199);
    color: blueviolet;
     cursor: url("Cursor/moon_stars.png"), auto;
  }

  .back-button:hover {
    cursor: pointer;
    text-decoration: underline;
    cursor: url("Cursor/moon_stars.png"), auto;
  }

  body{
  background-color: rgb(199, 146, 199);
  cursor: url("Cursor/moon_stars.png"), auto;
   
  }