body, html {
    background-image: url('../background.png');
    background-size: cover;
    background-position: center;
    width: 100vw; /* Full width of the viewport */
    height: 100vh; /* Full height of the viewport */
    margin: 0;
    padding: 0;
    overflow: hidden; /* Prevent content overflow */
    font-family: 'Open Sans', sans-serif;
}

.separator {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    margin-bottom: 20px;
}

#wrapper {position:absolute; top:0; bottom:0; left:0; right:0;}

.table {display:table; width: 50%; height:100%; margin:auto;}
.row {display:table-row;}
.cell {display:table-cell;}

.middle { height:100%; background-color: white;}
.top {background-color:white;}
.bottom {background-color:white;}
.padding10 {padding:10px;}