@import url('https://fonts.googleapis.com/css2?family=Cedarville+Cursive&family=Courgette&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    margin: 0; 
    background: #f5f5f5
}

header {
    position: sticky;
    top: 0;
    background: #ffb6c1;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1vw;
}

header nav a {
    text-decoration: underline;
    color: black;
    padding: 1em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cedarville Cursive', sans-serif;
}

p, a {
    font-family: 'Courgette', sans-serif
}

#ourstorypng {
    width:100%;
}

