h2 {
    color: #1591cd;
    font-size: 1.5rem;
}

h3 {
    font-weight: bold;
    font-size: 1rem;
}

p {
    line-height: 1.8;
    font-size: 1rem;
}

a {
    text-decoration: none;
    color: #1591cd;
}

table {
    width: 100%;
    font-weight: normal;
    margin-bottom: 1rem;
}

table tr th:nth-of-type(even) {
    width: 20%;
    text-align: center;
}

table tr th {
    border: 1px solid gray;
    padding: 0 5%;
    font-weight: normal;
}

.table-bg-blue {
    background-color: #c9daf8;
    font-weight: normal;
}

.table-bg-blue th {
    border: 1px solid #4a86e8;
}

.table-bg-red {
    background-color: #f4cccc;
    font-weight: normal;
}

.table-bg-red th {
    border: 1px solid #cc0000;
}

@media (max-width: 992px) {
    table {
        font-size: 1rem;
    }
}

.zeleni-gumb {
    background-color: #58be85;
    color: white;
}

.zeleni-gumb:hover {
    background-color: #51926d;
    color: white;
}

.download-btn {
    width: 50px;
    height: 50px;
    background-color: #58be85;
}

.download-btn:hover {
    background-color: #51926d;
}

.gray-text {
    color: gray;
}

.yellow-text {
    background-color: #f0e397;
    color: black;
}

.lightHeaderImage {
    background-image: url("images/article_images/NasDemo.webp");
    background-position-y: 28%;
    height: fit-content;
    position: relative;
}

.lightHeaderImage::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0.6;
    background: rgba(0, 0, 0, 0.8);
    color: white;
}

.lightHeaderImage h1,
img {
    position: relative;
    z-index: 100;
}

.floating-btn {
    bottom: 5%;
    right: 8%;
    z-index: 200;
    border: none;
    color: white;
    height: 56px;
    width: 56px;
    border-radius: 28px;
    box-shadow: 3px 3px 5px 1px rgb(0 0 0 / 10%);
}

.floating-btn-expanded {
    box-shadow: 3px 3px 5px 1px rgb(0 0 0 / 10%);
    border-radius: 28px;
    width: fit-content;
    padding: 0 20px;
    z-index: 190;
}

.visible-button {
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
}

.hidden-button {
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    pointer-events: none;
}

.rand-btn-icon {
    width: 40px;
    position: absolute;
    top: 10px;
    left: 8px;
}

@media (min-width: 1200px) {
    .floating-btn {
        font-size: 1.2rem;
        border-radius: 25px;
        right: 3%;
    }
}

border-top: 1px solid gray {
    border-bottom: none;
    padding-bottom: 0.5rem;
}
