body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url('../images/splashscreen-commodities-background.jpg') no-repeat;
    background-size: 100% auto;
    padding: 0;
    margin: 0;

    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

@font-face {
    font-family: 'Arial MT Black Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Arial MT Black Italic'), url('arialmtblackitalic.woff') format('woff');
}

.content {
    max-width:450px;text-align:left
}

.greyBox {
    background-color:#eee;border-radius:5px;box-shadow:0 0 8px #ddd;padding:20px;border:1px solid #ccc
}
a:hover {
    color:#8cbe40
}

a,a:visited {
    color:#255d8f;text-decoration:none
}
a:hover {
    color:#8cbe40
}

p {
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 1em;
}

h1 {
    font-family: Arial MT Black Italic, Arial, sans-serif;
    font-size: 400%;
    font-weight: normal;
    font-style: normal;
    color: #a87d48;
    -webkit-text-stroke: 1px #604729;
}

h3 {
    font-family: 'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    padding: 0 0;
    margin: 0 0;
}

footer {
    margin-top: auto;
}
