﻿body {
    font-family: 'Segoe UI', sans-serif;
    background: black; /* For browsers that do not support gradients */
    color: white;
}

span {
    font-style: italic;
}

td{
    align-items: center;
    align-content: center;
}

#img-center div{
    position:absolute; 
    width:100%; 
    height:100%
}

#img-center img{
    margin-left: auto;
	margin-right: auto;
	display: block;
}

.text-center{
    text-align:center;
}

a{
    color: yellow;
}