body {
    width: 600px;
    height: 500px;
    align-content: center;
    margin-bottom: 20px;
    font-family: "Annie Use Your Telescope", handwriting;
    font-size: 18px;
    margin: 100px;
    margin-left: 500px;
    text-align-last: center;
    background-image: url("Red-Army.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
a {
    color: #571515;
    &:hover {
        color: #f9f6f0;
    }
}
::-webkit-scrollbar {
    display: none;
}
html {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.ii {
    display: inline-flex;
    flex-wrap: nowrap;
    align-content: center;
    overflow: hidden;
    padding-bottom: 5px;
}

#ii {
    display: inline-flex;
    flex-wrap: wrap;
    align-content: center;
    overflow: hidden;
    padding-bottom: 10px;
}
.gallery {
    padding: 10px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    & a {
        text-decoration: none;
    }
    & aside {
        width: 100px;
        margin-bottom: 10px;
        padding: 5px;
        background: #f9f6f0;
        font-size: 11px;
        text-align: center;
        border: 1px solid #000;
        box-shadow: 1px 1px 3px #00000080;
    }
    & aside:hover {
        transform: scale(1.03);
        z-index: 10;
    }
}

#i {
    margin-bottom: 5px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    & img {
        width: 63%;
        height: 120px;
        object-fit: fit;
        transition: filter 0.3s ease;
    }
}
.tilt:hover {
    transform: rotate(-5deg);
    transition: 1s; /* Smooth effect */
}
#kentin {
    width: 140px;
    position: relative;
    bottom: -30px;
    right: -210px;
    z-index: 1;
    & img {
        width: 100%;
        filter: drop-shadow(4px 0 0 #a5a5a5);
    }
}