


table {
    width : 98%;
    margin : auto;
    text-align: center;
}

h1{
    text-align:center;
}

td{
    vertical-align: top;
    padding:5pt;
    border-top:    1px solid  black;
    border-bottom: 1px solid black;
    max-height:50px;
}

.footer{
    vertical-align:middle;
}

a{
    text-decoration: none;
}

.title{
    background-color:#A0BCAC;
}
img{
    object-fit: fill;
}
body{
    background-color: #efefef;
    font-family:Helvetica;
}