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

  height: calc(100vh - 50px);
  padding: 20px;

  background-color: rgb(0 0 0 / 20%);

  .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;
}
