@import url(https://fonts.bunny.net/css?family=carattere:400);

body{
    background-color: bisque;
    background-image: url('leaves-pattern.webp');
    margin:0;
}

header{
    margin:0 auto;
    text-align: center;
}

header h1{
    color:darkslategrey;
    font-family: 'Carattere', handwriting;
    font-size:8rem;
    padding:0;
    margin-bottom: 0;
}

header h2{
    font-family: 'Carattere', handwriting;
    font-size:5rem;
    padding:0;
    margin-top:0;
    line-height: 3rem;
}

cover{
    width: 100vw;
    background-color: darkolivegreen;
}

cover img{
    width: 100%;

    background-blend-mode: luminosity;
}