﻿body {
    margin: 0 0 0 0;
    padding: 1em 1em 0 1em;
}

img{
    width: 10em;
    height: 10em;
}

#header{
    display: flex;
    width: 100%;
    height: 13em;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#header > *{
    margin: 0 2em 0 2em;
}

#header > div > p{
    margin: 0.5em 0 0.5em 0;
    padding: 0 0 0 0;
}

p{
    text-align: justify;
}

p, li {
    line-height: 1.5em;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: normal;
}

h2{
    margin: 2.5em 0 0.7em 0;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
}

a {
    text-decoration: none;
}


a:hover {
    text-decoration: underline;
    cursor: pointer;
}

*:hover{
    cursor: default;
}

img{
    user-select: none !important;
}