body {
    background-color: #151515;
    color: #f3f3f3;
    font-family: "Source Code Pro", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin: 12px;
}

.dev-card {
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
}

.dev-card img {
    border-radius: 100%;
    max-height: 100px;
    margin-right: 10px;
    float: left;
}

.dev-card .bot {
    border-radius: 0;
    height: 12px;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}

.dev-card .who {
    margin-top: 10px;
}

.dev-card p {
    display: block;
    margin-top: 10px;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: none;
}

.dev-card a {
    text-decoration: none;
    color: #1DA1F2;
}

@media (max-width: 768px) {
    .dev-card {
        margin-bottom: 25px;
    }
}
