@font-face {
    font-family : MyriadPro;
    src: url(img/MYRIADPRO-REGULAR.OTF);
}
.tel{
    font-size: 50px;
    font-weight: bold;
}
body{
    text-align: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(img/black-rustic-blank-chalkboard-background.jpg) no-repeat center;
    background-size: cover;
    font-family: 'MyriadPro', sans-serif;
}
#logoimg{
    margin-bottom: -50px;
}
h1{
    color: white;
    text-align: center;
}
p{
    font-size: 20px;
    color: white;
    text-align: center;
}
table{
    display: flex;
    justify-content: center;
}
tbody{
    z-index: 5;
}
td{
    padding: 20px 50px;
    text-align: start;
}