img {
    border-style: solid;
    border-width: 2px;
    border-color: #44485f;
    border-radius: 1rem;
    width: 100%;
    max-width: 400px;
    min-width: 0;
    height: auto;
    margin: 7px;
    padding: 0;
    transition: transform 0.3s ease;
}

@media (pointer: fine) {
    img:hover {
        transform: scale(1.65);
    }
}

.big-img {
    width: 100%;
    max-width: 800px;
    min-width: 0;
    height: auto;
}

.user-avatar-img {
    width: 50px !important;
    height: 50px !important;
    border: none;
    margin: 0 !important;
    margin-bottom: 10px !important;
    padding: 0 !important;
    min-width: 100px;
}

.user-avatar-img:hover {
    transform: none !important;
}

.title-img {
    width: 200px;
    height: auto;
    border: none;
    margin-top: 2rem;
}
