@import "common.css";

main {
    text-align: center;
}

.looking-restore {
    margin-top: 1rem;
    font-weight: bold;
}

.looking-restore a {
    color: red;
}

.showcase-image {
    display: block;
    max-width: 20rem;
    object-fit: cover;
}

.showcase-item {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    border-bottom: 1px solid lightgray;
}

.showcase-item:last-child {
    border: none;
}

.showcase-before {
    font-size: 1.3rem;
}