body{
    padding: 20px;
    background-color: bisque;
}

.center{
    display: flex;
    justify-content: center;
    align-items: center;
}

title {
    text-align: center;
    display: flex;
    justify-content: center;
    height: 3em; 
}

.minTitles {
    text-align: center;
}