@import 'https://fonts.googleapis.com/css?family=Exo:300,400,700|Open+Sans:300,400';
*{
    font-family: 'Open Sans', sans-serif;
    margin: 2rem 1rem 3rem 1rem;
    text-align: center;
}
header 
    a:link {
        color: black;
        text-decoration: none;
}    
    img {
        border-radius: 1rem;
        border: 3px dashed black;
} 
    h1 {
        font-family: 'Exo', sans-serif;
        color: #931729;
        letter-spacing: 1rem;
        line-height: 5rem;
        font-size: 50pt;
        margin-right: 0rem;
        margin-top: 0rem;
        margin-bottom: 0rem
}
    h2 {
        margin-left: 1rem;
        padding: 0;
        font-size: 8pt
}
h3 {
    text-decoration: none;
    margin-left: 0;
    font-size: 10pt;
    text-decoration: underline
}
h4 {
    font-size: 10pt;
    margin-bottom: 0rem;
}
h5 {
    font-size: 8.5pt;
    margin-top: 0rem;
    margin-bottom: 0rem;
}
h6 {
    margin-left: 0;
    font-size: 6pt;
}
*{
    background-color: #cfe5dd;
}
