.image-section {
    text-align: center;
    border-radius: 5px;
}

.image-section img {
    width: 300px;
    height: 400px;
    margin: 20px;
    /*border-radius: 10px;*/
    transition: all 0.25s ease;
}

.image-section img:hover {
    transform: scale(1.25);
}

.image-section-2 {
    text-align: center;
    border-radius: 5px;
}

.image-section-2 img {
    width: 600px;
    height: 700px;
    margin: 40px;
    /*border-radius: 10px;*/
    transition: all 0.25s ease;
}


.info {
    margin: 75px 0;
}

.info h1 {
    font-size: 20px;
    margin: 5px 100px;
    color: #843443;
}

.info hr {
    margin: 0 6rem;
    color: white;
}

.collection-filter-section {
    float: right;
    margin-right: 100px;
}

.collection-filter-section button {
    border: 0;
    background-color: transparent;
}

.collection-filter-section button img {
    width: 50px;
    cursor: pointer;
}