.main-container {
  width: 100vw;
  height: 100vh;
  background: #141414;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 41px;
}
.main-container__img {
  width: 120px;
  height: 120px;
}

.main-container__title {
  font-family: "Urbanist", "sans-serif";
  font-weight: 700;
  font-size: 64px;
  line-height: 88px;
  background: linear-gradient(to right, #FFFFFF, #F6FFDB);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
  max-width: 760px;

}
