body {
    font-family: Roboto, Verdana, Tahoma, sans-serif;
    margin: 0;
    font-size: 1.1em;
}

header {
    overflow: hidden;
    background: black;
    color: white;
    top: 0;
    left: 0;
    padding: 1.3em 1em;
}

header h1 {
    font-size: 2.7em;
    margin: 0;
    line-height: 1.1em;
    letter-spacing: 0.02em;
}

header #uob-logo img,
header #bear-logo img {
    height: 3.2em;
    max-width: 90%;
}

main {
    min-height: calc(100vh - 15em);
}

h2 {
    font-size: 2em;
}

h3 {
    margin-top: 1.8em;
    font-size: 1.6em;
}

main li {
    margin-bottom: 1em;
}

footer {
    background: #DDD;
    margin-bottom: 0;
    padding: 1em;
    text-align: center;
}

footer a {
    color: black;
}

header a,
header a:hover {
    color: white;
    text-decoration: none;
}