* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

html {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 100%;
}

body {
    text-align: left;
    font-size: 1em;
    background-color: #fdfdfd;
    color: #333333;
}

p {
    margin: 1.12em 0
}

ul {
    margin-left: 40px;
}

section, article {
    position: relative;
    margin-left: 1.5em;
    margin-right: 1.5em;
    margin-top: 1.12em;
    text-align: justify;
}

h2 {
    text-align: center;
    font-size: 1.5em;
}

footer {
    position: relative;
    top: -95%;
    margin: 0.5em;
    font-size:0.8em;
}

#holding-page {
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#holding-page:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url('../img/ealhub.svg') no-repeat center center fixed;
    background-size: 100% 100%;
    opacity: 0.15;
}