body
{
    background-color: MediumSeaGreen;
}

h1
{
    /*font-weight: normal;*/
    font-style: normal;
    color: Khaki;
    text-shadow: 2px 2px black;
}

div
{
    text-align: center;
    font-weight: bold;
    color: black;
    width: 40%;
}

footnote
{
    color: grey;
    font-size: 15;
    position: fixed;
    top: 100%;
    transform: translate(0px,-20px)
}

.screencentered 
{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.widthcentered
{
    position: relative;
    left: 50%;
    transform: translate(-50%,0%);
}
