.main {
  padding-top: 80px;
  width: 100%;
  height: 100vh;
  background-image: url(../img/Frame\ 5\ .svg);
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-position: top 50% left 50%;
  background-size: 100%;
  font-size: 30px;
  text-align: center;
}
.sub {
  font-size: 24px;
}
