
.bg-color{
    background-color: #1e1e1e;
    color: white;
}
.flex{
    display: flex;
}
.justify-center{
    justify-content: center;
}
.align-center{
    align-items: center;
}
.m1{
    margin: 4px;
}
.border{
    border: 1px solid blue;
}

.invert{
    filter: invert(1);
}
.logos{
    height: 25px;
    padding: 5px;
}
.rounded{
    border-radius: 10px;
}
