.details-image {
    margin: 0 auto;
    display: block;
    height: fit-content;
    width: fit-content
}

.details-image img {
    max-height: 200px
}

.details-links {
    display: flex;
    flex-direction: column;
    font-size: 1.2em
}

.details-link {
    text-decoration: none;
    font-size: 1.2em;
    margin-top: 1em
}

.button-link {
    background-color: #373952;
    display: block;
    width: fit-content;
    padding: 1em 2em;
    border-radius: 1em;
    font-size: 1.2em;
    margin: 1em auto 0
}

span {
    color: red
}

.details-link:hover {
    text-decoration: underline
}

.title-nowrap {
    white-space: break-spaces;
}
