.backgroundGreen{
    background-color: #d1e4dd;
}

.titleImage{
    margin-top: 10px;
    height: 300px;
    background-image: url(https://www.vamugynok.hu/wp-content/uploads/2022/06/103-0-1-2.jpeg);
    background-position: 50% 50%;
}

body {
    position: relative;
    background-image: url(https://www.vamugynok.hu/wp-content/uploads/2022/06/103-0-1-2.jpeg);
    background-attachment: fixed;
    background-size: cover;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
}

.lineSpacing{
    line-height: 2;
}

textarea{
    width: 100%;
    height: 100%;
    overflow: auto;
    resize: vertical; /* Allow resizing in both directions */
}