@font-face {
    font-family: tekniaGreek;
    src: url(TekniaGreek.ttf);
}

body{
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}

p {
    font-family: Arial, Helvetica, sans-serif;
}

table {
    width: 100%;
    margin-bottom: 1ex;
}

td{
    text-align: center;
    font-size: 3ex;
}

@media screen and (min-width : 590px) {
    table{
        width : 528px;
        margin-left : calc((100% - 528px)/2);
    }
   
}

