body {
    margin: 0 1rem;
    font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333;
    text-align: center;
    min-height: 100vh;
    display: flex;
    align-self: center;
    justify-content: center;
    flex-direction: column;
    /* background-image: url(//electrify.dk/background.svg); */
    /* background-image: url('data:image/svg+xml;utf8,'); */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="18" width="11" preserveAspectRatio="none" viewBox="10 0 448 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill-opacity="0.03" d="M349.4 44.6c5.9-13.7 1.5-29.7-10.6-38.5s-28.6-8-39.9 1.8l-256 224c-10 8.8-13.6 22.9-8.9 35.3S50.7 288 64 288H175.5L98.6 467.4c-5.9 13.7-1.5 29.7 10.6 38.5s28.6 8 39.9-1.8l256-224c10-8.8 13.6-22.9 8.9-35.3s-16.6-20.7-30-20.7H272.5L349.4 44.6z"/></svg>');
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: right;
}

/* latin-ext */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Nunito Sans Regular'), local('NunitoSans-Regular'), url(https://fonts.gstatic.com/s/nunitosans/v3/iJ4p9wO0GDKJ-D5teKuZqiYE0-AqJ3nfInTTiDXDjU4.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Nunito Sans Regular'), local('NunitoSans-Regular'), url(https://fonts.gstatic.com/s/nunitosans/v3/iJ4p9wO0GDKJ-D5teKuZqo4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

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

img {
    border: 0;
    content: url(https://electrify.dk/logo.svg);
    background-repeat: repeat-x;
    max-width: 50rem;
    width: 100%;
}

#tagline {
    font-family: 'Nunito Sans', cursive;
    font-size: 2.5rem;
    font-style: italic;
    margin: 0;
}

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

#mailline {
    font-family: 'Nunito Sans', cursive;
    font-weight: normal;
    font-size: 2rem;
}

#footer {
    font-weight: normal;
    font-size: 0.6rem;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}