html {
  overflow-y: auto !important;
}
body {
  background-color: rgb(255, 255, 255);
}
#app {
  background-color: rgb(234, 207, 255);
}
#lavenFont {
  color: #593277;
}
#primary{
  background-color: #593277;
}
.centeredContainer {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.three-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: normal;
}

.special-title
{
  -webkit-text-fill-color: white; 
  -webkit-text-stroke-width: 2px; 
  -webkit-text-stroke-color: black;
  /* background: -webkit-linear-gradient(#ffffff, #c089ea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}
