body {
  background-color: #e4d7cb;
}

.centered-text {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  user-select: none;
  -webkit-user-select: none;
  cursor: default;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
