.connected {
    display: flex;
    font-size: 0.8rem;
    margin-top: 3rem;
    position: relative;
    margin-bottom: 0.3rem;
    padding-bottom: 0.3rem;
    padding-top: 0.8rem;
    justify-content: space-between;
}
.left {
}
.right {
}
/* on wide screens, fix content width to a max value */
@media (min-width: 940px) {
    .connected {
        width: 705px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* on narrow device, reduce margins */
@media (max-width: 480px) {
    .connected {
    }
}
