body {
  font-family: "Raleway", sans-serif;
  font-weight: 100;
  text-align: center;
  background: #FFF;
  /* background: #FFFEF9; */
}

.h1 {
  font-size: 1.5rem;
  color: #3535FE;
  padding: 0 80px;
  /* text-transform: uppercase; */
}

.image {
    width: 20%;
    position: center;
}

 .circle {
  width: 800px;
  height: 800px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;

  background: radial-gradient(circle, #95E4FF 0%, #130e84 100%);
}

/* gradient from #8883ff to #130e84 */
