.light .theme__toggle img:nth-child(2) {
    display: none;
}

.light .theme__toggle img:nth-child(1) {
    display: block;
}

.dark .theme__toggle img:nth-child(1) {
    display: none;
}

.dark .theme__toggle img:nth-child(2) {
    display: block;
}

.dark .site__header__logo img:nth-child(1) {
    display: none;
}

.dark .site__header__logo img:nth-child(2) {
    display: block;
}

.dark .site__card__img img {
    filter: invert(95%) sepia(43%) saturate(4500%) hue-rotate(181deg) brightness(104%) contrast(101%);
}

.dark .site__hero__image {
    background: transparent url("../img/hero_image_dark.png") no-repeat;
    background-size: contain;
    background-position: center center;
}

.light .site__header__logo img:nth-child(2) {
    display: none;
}

.light .site__header__logo img:nth-child(1) {
    display: block;
}

.light .site__footer .social_icons img {
    filter: brightness(0) saturate(100%) invert(11%) sepia(66%) saturate(636%) hue-rotate(165deg) brightness(94%) contrast(103%);
}

.light .theme__toggle {
    background-color: #002020;
}
.dark .site__footer .social_icons img {
    filter: none;
}