.lineSpacing{
    line-height: 1.5;
}

textarea{
    width: 100%;
    height: 100%;
    overflow: auto;
    resize: vertical; /* Allow resizing in both directions */
}

.carousel-image{
    filter: brightness(60%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}