.WrapperMessage {
  margin-top: 30vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: default;
  margin-left: 150px;
}

.Message {
  font-size: 16px;
}

.CodeMessage {
  color: var(--primary-color);
  font-size: 120px;
  font-weight: bold;
  line-height: 140px;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}

.WrongMessage {
  font-size: 40px;
  font-weight: bold;
}

.Logo {
  height: 90px;
}
