/*@font-face {
     font-family: dubai;
     src: url('http://www.impressao.mariamariarestaurante.com.br/css/DUBAI-REGULAR.ttf');
}*/

@font-face {
    font-family: 'dubai';
    src: url('dubai-regular-webfont.woff2') format('woff2'),
         url('dubai-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

td {
	border-color: black;
	border: 1px solid;
	height: 142px;
	width: 240px;
	text-align: center;
	font-family: 'dubai';
    }

.celula{
    font-size: 31px;
    line-height: 30px;
    height: 142px;

	}
.celulamin{
font-size: 25px;
line-height: 25px;
height: 142px;

}

.divcel{
	display: flex;
    align-items: center;
    justify-content: center;

}

.invert div{
	transform: rotate(-180deg);
}
