/* I am going to add the lin to the fonts here*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;1,300&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
}


header{
    background-color: brown;
    text-align: center;

}

h1 {
    margin: 0;
}

main{
    text-align: center;
}
section{
    background-color: gray;
    width: 90%;
    margin: 10px auto;
    padding: 0 10px;
    border: 1px solid black;
    border-radius: 5px;
}

footer{
    background-color: honeydew;
    padding: 10px;
    text-align: center;
}

img {
    width: 90%;
    margin: auto;
}
