html,
body {
  width: 100%;
}

.wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.title {
  display: flex;
  justify-content: space-around;
}

.tab {
  font-size: 30px;
  padding: 10px;
  cursor: pointer;
  /* color: #49447c; */
  color: rgb(135, 133, 133);
}
