main {
    background-color: rgb(211, 160, 108);
    padding: 3rem;
}


body {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    font-family: "Roboto", sans-serif;
    background-image: url(../media/ivan-torres-MQUqbmszGGM-unsplash.jpg);

}



li a {
    font-size: 2rem;
    color: white;
    margin-left: 2rem;
    font-family: 'Pacifico', cursive;
    text-decoration: none;
}

ul {
    display: flex;
    align-items: center;

}

li:hover {
    text-decoration: underline;
}

header {
    display: flex;
    background-color: rgb(144, 103, 79);
}

nav img {
    width: 16rem;
    height: auto;

}

nav {
    padding-left: 2rem;
    display: inline-flex;

}


h2 {
    font-size: 4rem;
    font-family: 'Pacifico', cursive;
    margin-top: 2rem;
    margin-bottom: 6rem;
    color: rgb(144, 103, 79);
    text-shadow: 4px 2px 4px #391801;
    text-align: center;
    justify-content: center;


}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 1rem;
}

p {
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

footer {
    background-color: rgb(170, 125, 70);
    padding: 0.5rem;
    padding: 1rem;
}

footer p {
    font-size: 1rem;
    margin-left:1rem;
   
}


article {
    margin-bottom: 3rem;
    margin-top: 3rem;
}

@media screen and (max-width: 800px) {
    header ul {
        display: block;
        
    }
}
 nav {
    display: block;
  
}
@media only screen and (max-width: 800px) {
    body {
        display: flex;
        flex-direction: column;
    }
}

footer section {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
}

footer div {
    flex-direction: column;
}