* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.flex {
    display:  flex;
}

.justify-content {
    justify-content: center;
}

.items-center {
    align-items: center;
}

.border {
    border-radius: 5px;
    margin: 3px;
}