.content-case {
  max-height: calc(100vh - 70px); /* 70px is the nav bar height */
  overflow: auto;
  scroll: auto;
}
.content-body {
  height: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.title-txt {
  font-weight: 800;
  font-size: 20px;
  font-family: Tilt Warp, arial;
  letter-spacing: 2px;
  border-bottom: dashed 2px white;
  margin: 15px;
  width: 75%;
}
