.header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.brick {
    height: 50px;
    width: 100px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-size: 18px;
    margin: 2px;
}