* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  color: rgba(255, 255, 255, 1);
  font-family: Inter;
}

body {
  font-size: 14px;
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(rgba(15, 23, 43, 1), rgba(29, 41, 61, 1));
  margin: 0;
  opacity: 1;
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;

}

p {
  font-family: 'Inter';
  font-size: 24px;
  color: #CAD5E2;
}

.email {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  text-align: center;

  color: #90A1B9;


}



h1 {
  width: 624px;
  font-weight: Bold;
  font-size: 96px;
  opacity: 1;
}

hr {
  background: linear-gradient(rgba(43, 127, 255, 1), rgba(173, 70, 255, 1));
  opacity: 1;
  overflow: hidden;
}