


.content {
            
    height: 5000px; /* Tagab, et lehel on piisavalt sisu, mida kerida */

    }

/* news.css content */
#feedItems {
    display: flex;
    flex-wrap: wrap;
    gap: 5px; /* Adjusts the space between cards */
    justify-content: center; /* Center cards within the container */
font-family: 'Verdana', sans-serif
}





.feedItem {
    background-color: #000; /* Light background for each card */
    border: 1px solid rgb(255, 251, 0); /* Light border for definition */
    border-radius: 5px; /* Rounded corners for a modern look */
    overflow: hidden; /* Ensures no content spills outside the border */
    width: 45%; /* Width of each card */
    transition: transform 0.2s; /* Smooth scaling effect on hover */
font-family: 'Verdana', sans-serif
}


.viisteist {
        background-color: #9b0000;

        }

.recent {
    background-color: #020066;
}

.tund {
    background-color: #9b0000;
}




.feedItem h2 {
    font-size: 20px; /* Adjust title size */
    margin: 8px; /* Spacing around the title */
    font-family: 'Verdana', sans-serif;
}

.feedItem p {
    padding: 0 15px 0px; /* Padding around the paragraphs */
    margin: 0; /* Remove default margin */
    font-size: 20px; /* Adjust text size for readability */
    color: rgb(255, 248, 151);
    font-family: 'Verdana', sans-serif;
}

.feedItem a {
    color: rgb(255, 208, 0); /* Link color */
    text-decoration: none; /* Remove underline */
    font-family: 'Verdana', sans-serif;
}

.feedItem a:hover {
    text-decoration: underline; /* Add underline on hover for clarity */
    font-family: 'Verdana', sans-serif;
}

body {
  background-color: #000; /* Helehall */
}
