@font-face {
    font-family: 'MinionPro-Regular';
    src: url('ASZEXN+MinionPro-Regular.ttf') format('truetype');
}

body {
    font-family: 'MinionPro-Regular', Arial, sans-serif;
    color: #000;
    background-color: #e9e374;
    padding: 1em;
    hyphens: auto;
}

.container {
    width: 100%;
    box-sizing: border-box;
    border: 0.4em solid #0b3b6a;
}

.footer {
    font-family: Helvetica, sans-serif;    
    text-align: left;
    color: #000;
    font-size: 0.75vw;
    padding-top: 0.5em;
}

.centered-text {
    text-align: center;
    text-indent: 0;
}

.download-text {
    text-align: center;
    text-indent: 0;
    font-size: 4vw;
}

h1 {
    font-size: 5vw;    
    text-align: center;
    color: #0b3b6a;
}

h3 {
    font-size: 3vw;    
    text-align: center;
    color: #0b3b6a;
}

p {
    font-size: 3vw;    
    text-align: justify;
    text-indent: 2em;
    margin: 1em;
}

a { 
    text-decoration: none; 
    color: #0b3b6a; 
}

a:hover {
    text-decoration: underline; 
    color: #0b3b6a; 
}

