.truncate-text {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Show 2 lines of text */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

.custom-container {
  background-color: rgba(0,85,165,.5);
  border: 7px solid rgb(0,85,165); 
  border-radius: 10px;
}

.full-height-container {
  min-height: 100vh;
}

h1{
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

h2{
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

h4{
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

h3{
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}