@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,900;1,900&display=swap'); 
@import url("https://fonts.googleapis.com/css2?family=Gilda+Display&family=Lora:ital,wght@0,400..700;1,400..700&display=swap");

body {
    margin: 0 auto;
    max-width: 50em;
    font-family: "Playfair Display","Helvetica", "Arial", sans-serif;  line-height: 1.5;padding: 4em 1em; 
    text-align: center;
    color: #bc736a; 
    background-image: url("https://images.unsplash.com/photo-1540221652346-e5dd6b50f3e7?q=80&w=2669&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"); 
    background-repeat: no-repeat;
    background-position: center;  
    background-attachment: fixed;
    background-size: cover;

}
h1 {
    color:rgb(168, 59, 75);
}
p, figcaption {
    color:rgb(50, 36, 20);
    font-family: "Lora", "Helvetica";
}
.page-one footer{color:rgb(124, 60, 99);
}
ul{ 
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
li{
    display: inline;
    margin-right: 10px;;
}
nav a{ 
    text-decoration: none;
}
.current-page{ 
    font-weight: bold}

    header,main,footer{
    border: 1px solid rgb(0, 0, 0);  
    padding: 10px;   
    }
    main,footer{
    margin-top: 30px;
}
header{
    background-color: rgb(225, 161, 202);
}
main{
    background-color:rgb(253, 226, 207);
}
footer{
    background-color:rgb(225, 161, 202);
    text-align: left;
}
