.main-container {
  background-color: #1fc8db;
  background-image: linear-gradient(
    141deg,
    #9fb8ad 0%,
    #1fc8db 51%,
    #2cb5e8 75%
  );
  background-size: cover;
  position: relative;
  padding: 12vh 0;
  height: 100vh;
  color: #fff;
  opacity: 0.95;
}

.main-container:before {
  content: '';
  background: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
