.connection{
    background-color: var(--red);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100%;
    margin: 10px 0 0 0 ;
}

.connection h3,h6{
    text-align: center;
    color:  var(--white);

}