* {

margin: 0;

}

header {

    width: 100%;
    height: 140px;
    background-color:red;
    text-align: center;
    padding-top: 50px;
    font-family: broadway;
    color: White;
    font-size: 40px;
}

nav {

width: 100%;
background-color:black;
height: 55px;
Font-family: Calibri;
color: grey;
text-align: center;
margin-bottom: 5px;

}

nav a {

    display: inline-block;
    color: grey;
    font-family: Hadassah Friedlaender;
    font-size: 30px;
    text-decoration: none;
    font-weight: bold;
    color: white;
    width: 300px;
    
    
}

nav :hover{

color: grey;

}

article h1{

font-size: 34px;
text-align: center;
font-family: calibri;
padding-bottom: 10px;


}

article p{

font-size:20px;
margin-bottom: 30px;

}

.roze{
background-color: lightgrey;
}

.black {
    background-color: black;
    height: 60px;
    width: 100%;
}

article {

float: right;
margin-bottom: 5px;

}

article img {

float: right;


}

article h2 {

font-family: calibri;

}

footer {
clear: both;
width: 100%;
height: 300px;
background-color: red;

}


footer p {
    padding-top: 240px;
    padding-right: 20px;
    text-align: right;
}

footer a {

font-family: calibri;
font-size: 26px;
text-align: left;
color: white;
padding-left: 20px;

}



