.author {
    text-align: right;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: darkcyan;
}

@media (width > 640px) {
    .author {
        float: right
    }
}