/*
 * Digital Signature Service Project.
 *
 * Copyright 2014-2023 e-Contract.be BV. All rights reserved.
 * e-Contract.be BV proprietary/confidential. Use is subject to license terms.
 */

body {
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    color: gray;
}

h2 {
    color: #FF9000;
    font-size: large;
}

#header {
    width: 70%;
    margin: 0 auto;
    position: relative;
}

#language {
    position: absolute;
    top: 0%;
    right: 0%;
}

#content {
    width: 70%;
    margin: 0 auto;
    color: #303030;
}