h1 h2{
font-family: 'Parisienne', cursive;
font-family: 'Send Flowers', cursive;
}
h2{
    text-align: center;
}
p{
    text-align: center;
}
body{
    background-color: #ff8a69;
    margin: auto;
}

section{
    padding: 20px;
}
article{
    position: relative;
    background-image: url("images/FIRST_zalfa-imani-1xp5VxvyKL0-unsplash.jpg");
    height:750px;
    background-attachment:fixed;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    padding-bottom: 15px;
}
header{
    color: antiquewhite;
    font-size: 36px;
    position:absolute;
    left:600px;
    top: 150px;

}
#parallax-2{
    background-image: url("images/SECOND_birmingham-museums-trust-HEEvYhNzpEo-unsplash.jpg");
    height:615px;
    background-attachment:fixed;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}

#parallax-3{
    background-image: url("images/THIRD_birmingham-museums-trust-nbneQlI2M1A-unsplash.jpg");
    height:615px;
    background-attachment:fixed;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}

#parallax-4{
    background-image: url("images/FOURTHeuropeana-H-4WME4eoOo-unsplash.jpg");
    height:615px;
    background-attachment:fixed;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}