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

* {
    box-sizing: border-box;
}
body, html {
    margin:0;
    padding:0;
}
/* BODY */

html, body {
    line-height: 2rem;
    font-family:'Poppins', 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #555454;
    text-align: center;
}
header {
    margin-top: 1%;
    padding: 0;
}
img {
    width:50%;
}

h1 {
    font-size: 2rem;
  }
h2 {
    font-size: 1.6rem;
    text-transform: uppercase;
}
a:hover {
    color: #030303;
    text-decoration: underline;
}
.contact,
.redirect {
    margin: 5% 0;
    font-weight:800;
    color: rgb(5, 107, 185);
    text-decoration:underline;
}
.contact {
    font-size: 1.4rem;
}

.redirect {
    font-size: 2rem;
}

/* FOOTER */

.mainfooter {
    border-top: 14px dotted black;
    text-align: center;
    font-weight:800;
    padding:5% 0;
}