body {
    background-color: #d0e4fe;
    background-image: url('background.png');
    background-repeat: no-repeat;
    overflow-y: hidden ! important;
    overflow-x: hidden ! important;
    background-size: contain;
    background-attachment: fixed;
    background-position: bottom;

 
}

h1 {
    font-family: "Verdana";
    color: green;
    font-size: 24px;
}

p {
    font-family: "Verdana";
    font-size: 18px;
}

li {
    font-family: "Verdana";
    font-size: 18px;
}


.topcorner{
    position:absolute;
    top:10px;
    right: 10px;
 }

.centertext{
    position:absolute;    
    top:30px;
    right: 350px;
    width: 600px;
    text-align:center;
    display: table-cell; // this says treat this element like a table cell
 }