.contact-section {
    max-width: 600px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    margin: 40px auto;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    text-align: center;
    font-size: 1.2rem;
    color: #222;
    line-height: 1.6;
}

.contact-section p {
    margin-bottom: 15px;
}

.contact-section a {
    color: #0c7cd5;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-section a:hover {
    color: #004a9f;
    text-decoration: underline;
}

.meni ul li:nth-child(3){
    border-bottom: 1px solid #FF6B00;
}

footer{
    margin-top: 227px;
}