body {
    background-image: none;
    background-color: #171414;
}

.header-section {
    opacity: 0.1;
    transition: 0.3s opacity ease;
    z-index: 4;
}

.header-section:hover {
    opacity: 1;
}

.content-section {
    height: auto;
    margin-top: 98px;
}

#fotoreceptes {
    list-style: none;
    padding-left: 0;

    display: flex;
    flex-direction: column;

    gap: 24px;
    margin: auto;
}

li.fotorecepte {
    display: flex;
    align-items: center;
    gap: 24px;
}

.gatavosana {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 60%;
    position: relative;
}

.gatavosana h2 {
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    font-size: 48px;
    letter-spacing: 3px;
    border-bottom: 2px solid #fff;
    width: 70%;
}

.gatavosana p {
    max-width: 70%;
}

.rezultats {
    padding: 20px;
    flex-grow: 1;
    display: block;
}

.rezultats img {
    display: block;
    margin: auto;
}

li.fotorecepte:nth-child(odd) > .gatavosana, li.fotorecepte:nth-child(even) > .rezultats {
    background-color: #69a8a3;
}

li.fotorecepte:nth-child(even) > .gatavosana, li.fotorecepte:nth-child(odd) > .rezultats {
    background-color: #362b22;
}

.apskatitvel {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Poppins';
    position: absolute;
    bottom: 10px;
    right: 10px;
}

#fotoreceptes-section {
    background-image: url('atteli/spirale.png');
    background-repeat: no-repeat;
    background-position: 65%;
    background-repeat: repeat-y;
}