.view {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1rem;
}

.view h2 {
    text-align: center;
}

.view .imgcont {
    align-items: unset;
    height: 85%;
    max-height: 85vh;
}

.view .content {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--brighter75);
    border-radius: 1rem;
    padding: 1rem 3rem;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}

.view .content .top {
    height: 32px;
    justify-content: center;
    align-items: center;
}

.view .content hr {
    width: 100%;
}

.view .row {
    gap: 1rem;
}

.view .details {
    color: var(--brighter35);
    font-size: 14px;
    gap: 0.25rem;
    flex-direction: column; /* LOL */
}
