body {
    /*background-image: url(https://velorapastry.gr/assets/velorapastry_main_bg.jpg);
    background-size: cover;*/
    height: 100vh;
    background-color: #141414;
}
.brand {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}
.brand img {
    margin: 0;
    padding: 0;
    max-width: 180px;
}
.container {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}
.texting {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.table_z {
    color: white;
    display: block;
    box-sizing: border-box;
    text-align: center;
}
.table_z ul {
    list-style: none;
    padding: 0!important;
}
