@import url("https://fonts.googleapis.com/css?family=popins:300,300i,400,400i,500,500i,600,600i,700,700i|Open+Sans:400,400i,600,700&amp;display=swap");

.primary {
  color: #683285 !important;
}

.secondary {
  color: #ECD2F8 !important;
}

.tertiary {
  color: #EBE0F0 !important;
}

.mt-10 {
  margin-top: 100px;
  margin-top: 6.5rem;
}

.mt-9 {
  margin-top: 80px;
  margin-top: 5rem;
}

.mt-8 {
  margin-top: 70px;
  margin-top: 4rem;
}

.mt-6 {
  margin-top: 60px;
  margin-top: 3rem;
}

.mt-negative-80 {
  margin-top: -80px;
}

#circle {
  width: 400px;
  height: 400px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100%;
  background: #fff;
}

.circle1 {
  text-align: center;
  align-items: center;
  position: relative;
  border-radius: 50%;
  width: 60%;
  height: auto;
  padding-top: 60%;
  background: white;
}
