.component-card {
    width: 320px;
    height: 320px;
    cursor: pointer;
    display: inline-block;
    margin: 10px
}

.component-title {
    color: #fff;
    height: 240px
}

.component-footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    opacity: 0.666
}

.component-author {
    font-style: italic;
    margin-top: 2px
}