body {
background: #EEAECA;
background: radial-gradient(circle,rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 100%);
font-family: "Inter", sans-serif;
}

.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

h1 {
  color: white;
  text-align: center;
  font-size: 20px;
}

.logo {
  text-align: center;
}
.text {
  padding-top: 20px;
}

p {
  position: relative;
  max-width: 30em;
  padding: 10px 20px;
  font-size: 15px;
  border: 1px solid #fff;
  border-radius: 30px;
  color: white;
}

p::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 100%;
  left: 3em;
  border: 0.60rem solid transparent;
  border-top: none;
  border-bottom-color: #fff;
}

