#askforserver {
    display: none;
}.contactinfo .locations {
    display: flex !important;
    flex-wrap: wrap;
}
.contactinfo .locations div a{
    padding: .8em;
    display: flex;
}
.Pizza .menu .sizes li {
    padding-inline: .4em;
    font-size: large;
}
.Pizza .menu tr:nth-child(3n) {
    margin-block-end: 4em;
}
.menu tr td p img {
    max-width: 100px;
    max-height: 60px;
    position: absolute;
    left: 75%;
    top: -2.8em;
}
#orderModal #itemDesc p img {
    max-width: 100%;
}