/* Stylesheet Coporgram 
Created by Frida Lazzari - Coprogram november 2020. frida.lazzari@icloud.com*/

@import url("..(fonts/33838392561.tff");

* {
    box-sizing: border-box;
}
/* BODY */

body {
    line-height: 2rem;
    font-family:'Amasis', monospace;
    color: rgb(202, 203, 205);
    max-height: 100%;
    background-image: url("../pictures/kirklai-BtzBvzbTYxo-unsplash.jpg");
    background-repeat:repeat;
    background-size: 100%;
}

section {
    margin: 10%;
}
h1 {
    font-size: 3rem;
    font-family: 'Amasis', monospace;
    color: white;
}
a {
    font-size: 1rem;
    text-decoration: underline;
    color:rgb(202, 203, 205);
}
a:hover {
    text-decoration: underline;
    color: rgb(0, 86, 150);
}

/* FOOTER */

#mainfooter {
    font-size: 0.7rem;
    text-align: center;
    padding:5% 0;
}