body {
    font: normal 32px sans-serif;
    width: 100%;
    height: 95%;
    padding: 0px;
    margin: 0px;
    /*    public domain sourced from https://www.pexels.com/photo/rock-formation-under-nimbus-sky-at-daytime-201851/      */
    background-image: url("images/beach.JPG");
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

html {
    height: 100%;
    width: 100%;
}

p {
    margin: 0px;
    color: white;
    padding-left: 10px;
}

.transbox {
    width: 100%;
    background-color: #000000;
    opacity: 0.6;
    height: 150px;
    filter: alpha(opacity=60);
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.toptransbox {
    width: 100%;
    background-color: #000000;
    opacity: 0.6;
    height: 25px;
    filter: alpha(opacity=60);
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: left;
    justify-content: left;
    align-items: center;
}

.center {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top {
    font: normal 10px sans-serif;
    vertical-align: top;
}
