@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

body {
  overflow: hidden;
}

#rect {
  position: absolute;
  width: 250px;
  height: 250px;
  top: 25%;
  left: 25%;
  margin: 0;
  padding: 0;
  z-index: 99;
  border: 5px solid black;
  background: black;

  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 800;
}

/* #title {
  font-family: 'Montserrat', sans-serif;
  background: black;
  color: white;
  font-size: 20px;
  height: 30px;
  text-align: center;
  padding: 10px;
} */

/* #ghostrect {
  opacity: 0.2;

  width: 50%;
  height: 50%;
  top: 20%;
  left: 20%;

  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 98;
} */
