body {
    margin: 2rem auto;

    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
    color: #333;
    font-size: small;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.180392);
    text-align: center;
}

html {
    height: 100%;
}

A, A:active, A:visited, A:hover {
    color: #333;
    text-decoration: none;
}

img {
    border: 0;
    margin-top: 2rem;
    content: url(https://static.unoeuro.com/assets/simply-logo-color.svg);
    background-repeat: repeat-x;
    max-width: 50rem;
}

#tagline {
    font-size: 2rem;
	font-weight: normal;
    margin: 0;
}

h2 {
    font-size: 1.5rem;
}

#helpline {
    font-weight: bold;
    font-size: 1rem;
}

#footer {
    font-weight: bold;
    bottom: 0;
    display: none;
}
