body {
  background-color: #e8e6f2;
}
.center-div {
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.clickable {
  cursor: pointer;
  text-decoration: underline;
}