.pm-background {
  background: radial-gradient(circle, var(--secondary-color) 0%, var(--primary-color) 100%);
  --primary-color: rgba(52, 139, 203, 1);
  --secondary-color: rgb(99, 180, 216);
}
.full-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.full-message span {
  color: white;
  padding: 10px;
  font-weight: 500;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
}
