.task-module {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;

  height: 100%;
  // background-color: rgba(0, 0, 0, 0.2);
  padding: 20px;

  .in-development {
    padding: 50px;
    border: 1px solid #cecece;

    h1 {
      font-size: 24px;
    }

    & a {
      color: #4b96e6;
      text-decoration: none;

      &:hover {
        text-decoration: underline;
        opacity: 0.8;
      }
    }
  }
}

.in-dev-module-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
