
@font-face {
    font-family: 'Futura';
    src: url('../fonts/futura.woff2') format('woff2'),
         url('futura.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #eeeeee;
    font-family: Futura, Helvetica, Arial, sans-serif;
}

.container {
    position: relative;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
}

.header {
    background-color: #ffffff;
    height: 2rem;
}

.content {
    position: relative;
}

#sticker {
    width: 100%;
}

#foto {
    position: absolute;
    top: 1rem;
    left: 0;
    width: 15%;
}

.footer {
    text-align: right;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

a {
    font-weight: 500;
    color: #2b3e8d;
    text-decoration: none;
}

.bg-light {
    background-color: #ffffff;
}

h2 {
    font-size: 1.25rem;
}

hr {
    margin-bottom: 0.25rem;
}