.main-container {
  width: 100vw;
  height: 100vh;
  background: #302840;
  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: "Rubik", "sans-serif";
  font-weight: 600;
  font-size: 44px;
  line-height: 56px;
  color: #FFFFFF;
}
