@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;700;900&family=Montserrat:ital,wght@0,300;0,400;1,700&family=Oxygen:wght@300;400;700&display=swap');

body{
    font-family: 'Inter', sans-serif;
}
a{
    color: black;
    text-decoration: none;
}
ul{
    list-style-type: none;
}
h1{
    color: white;
    font-weight: 900;
}
h2{
    font-size: 30px;
    font-weight: 700px;
}
h3{
    font-style: italic;
}
.banner{
    background-color: wheat;
    background-image: url("../img/lemon-pie\ 1.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 400px;
}
.banner p{
    color: white;
}
footer{
    background-color: #ccc;
    text-align: center;
}