.gallery-photo-collection {
    width: 100%;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

.gallery-image {
    width: 200px;
    align-self: center;
    margin: 8px;
    border: 3px solid #280053;
    transition: transform .2s ease;
    cursor: url("../assets/link.png") 22 13, auto;
}

.gallery-image:hover {
    transform: scale(1.03);
}


.fire-gif {
    height: 16px;
}

.fullscreen-image-container {
    width: 100%;
    object-fit: cover;
}

.cat-link {
    text-decoration: none;
    color: black;
}

.cat-link:hover {
    cursor: url("../assets/link.png") 22 13, auto;
    text-decoration: underline;
}

.back-arrow-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family:"basiic";
    font-size: 18px;
}

.back-arrow {
    height: 50px;
}

.back-link {
    padding: 10px;
    display: grid;
    text-decoration: none;
}

.back-link:hover {
    text-decoration: underline;
}

.back-text {
    place-self: center;
    color: black;
}

/* fonts */
@font-face {
    font-family: 'basiic';
    src: url("assets/basiic.ttf");
}

@font-face {
    font-family: 'yoster';
    src: url("assets/yoster.ttf");
}