* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
}

body {
  background-color: #0b0b0b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 85vh;
}

.heading {
  font-weight: 800;
  font-size: 20vw;
  background-image: linear-gradient(white, black 90%);
  background-clip: text;
  color: transparent;
}

.msg {
  color: rgb(178, 178, 178);
}
