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

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

body {
    line-height: 2rem;
    font-family: 'Open Sans', sans-serif;
    margin: 5%;
    color: #555454;
    text-align: center;
    background-image: url("../pictures/background.concrete.jpg");
}

article {
    padding: 2%;
    background-color: white;
}

#mainheader {
    background-color: white;
}

h1 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
}

h4 {
    padding-bottom: 5%;
    font-size: 20px;
    border-bottom: 3px solid #555454;
    font-style: italic;
}

p{
    margin:0;
}

a {
    margin: 5% 0;
    font-size: 1.6rem;
    color: rgb(204, 65, 204);
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.contact {
    margin: 5% 0;
    font-size: 1.2rem;
    text-decoration: none;
}

/* FOOTER */

#mainfooter {
    text-align: center;
    font-weight: bold;
    background-color: white;
}