/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 22px;
    line-height: 44px;
    color: rgb(89, 50, 22);
    
    background-color: rgb(109, 63, 8);
    background-image: url(../img/nathan-anderson-pTgMXg2WrHY-unsplash.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}

header {
    width: 100%;
    height: 177px;
    background-color: rgba(250, 235, 215, 0.281);
    padding: 20px;
    position: fixed;
}

nav ul li {
    display: inline-block;
    margin-right: 30px;
}
main, footer {
    padding: 20px;
}
main article p {
    /* max-width: 60ch; */
    max-width: 1000px;
}
main {
    background-color: rgba(255, 255, 240, 0.217);
    padding:tops
    .fancy-button {background-color: rgb(89, 54, 2);
    padding: 20px 35px;}
} 
footer {
    background-color: rgba(197, 197, 197, 0.304);
}
