body {
    font-family: 'Poppins', sans-serif;
}

.navbar {
    font-weight: 500;
    font-size: 1.2rem;
}

.nav-item .nav-link {
    color: #cacfcf;
}

h1,
h2,
h3,
legend {
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

label {
    color: darkslategray;
    margin-bottom: auto;
}

.btn-primary {
    background-color: #b40300;
    border: none;
    color: white;
    border-radius: 30px;
}

.btn-primary:hover {
    background-color: #952020;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-primary:active,
.btn-primary:focus {
    background-color: #ef3838 !important;
}

section {
    padding: 1.5rem;
    margin-bottom: 2rem;
    border-radius: 10px;
}

section h2:after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: #b40300;
    margin: 10px auto 0;
}

a {
    color: #353dac;
    text-decoration: underline;
}

footer a:link {
    color: #b8c7ff;
}

footer a:visited,
footer a[href^="mailto:"] {
    color: #7cbddd;
}

.velemeny {
    background-image: url("../media/vonalakkkk.png");
    background-size: cover;
    font-size: 1.1rem;
}

.carousel-item img {
    overflow: hidden;
    object-fit: cover;
    border-radius: 10px;
}

caption b {
    color: #494c4f;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

caption summary,
caption p {
    color: rgb(62, 56, 56);
}