* {
    margin: 0;
    padding: 0;
}

:root {
    font-family: "Alice", serif;
    line-height: 150%;
    color: #271615;
}

body {
    background-image: url(assets/bg-image.png);
    background-size: cover;
    
}

#page {
    box-sizing: border-box;
    width: 800px;
    padding: 24px;
    background-color: #f8df9b;
    border-radius: 24px;
    margin: 48px auto;
}

img {
    border-radius: 16px;
    
  }

main {
    padding: 24px;
}

section + section {
    margin-top: 24px;
}

#about p + p {
    margin-top: 12px;
    

}


h1 {
    line-height: 140%;
    font-size: 40px;
}

h2{
    font-size: 24px;
}

h1, h2 {
    color: #291B1A;
    margin-bottom: 4;
    line-height: 150%;
}

ul {
    font-size: 150%px;
    margin-left: 24px;
}

footer {
    color: #291B1A;
    text-align: center;
    padding-bottom: 48px;
    font-size: 16px;
}
