* {
  margin: 0px;
  padding: 0px;
  color: #21262b;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
}
body {
  height: 100vh;
  background: #fffffb;
}
.head-1 {
  font-family: "Abril Fatface", sans-serif;
  font-size: 40px;
  line-height: 48px;
}
.head-2 {
  font-size: 28px;
  line-height: 33.6px;
  font-weight: 600;
  margin-bottom: 40px;
}
.p-large {
  font-size: 20px;
  line-height: 32px;
}
.p-large span {
  color: #e64c4c;
  font-weight: 600;
}

a {
  color: #3b8bd5;
  border-radius: 0px;
  background: none;
  /* border-bottom: #3b8bd5 3px solid; */
  padding: 4px 8px;
}
a:hover {
  color: #3571aa;
}
a:active {
  color: #2e5880;
}
a:focus {
  color: #3b8bd5;
  /* box-shadow: 0 0 0 4px var(--UI-Focus-Shadow, #3b8bd5); */
  background: none;
  outline: solid 4px #3b8bd5;
  border-bottom: none;
  border-radius: 8px;
}
div {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.intro {
  width: 80%;
  margin-top: 10vh;
  margin-bottom: 10vh;
}
.intro .head-1 {
  margin-bottom: 20px;
}
.coming-soon {
  width: 80%;
  font-size: 16px;
  border-radius: 24px;
  background: #fbfbf4;
  border: 1px rgba(14, 13, 11, 0.1) solid;
  padding: 40px;
}
.coming-soon ul {
  list-style-type: none;
}
.list-container p,
.list-container li {
  margin-bottom: 16px;
}
.list-container li a {
  line-height: 1.6em;
}
.figma-logo {
  height: 25px;
  width: auto;
  position: relative;
  top: 3px;
}
.figma-logo path {
  fill: #3b8bd5;
}
