@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Open+Sans&display=swap');

* {
    font-family: 'Open Sans';
    line-height: 20px;
    }

header {
    width:70%;
    margin:auto;
    font-size:15pt;
    letter-spacing:1px;
}

body {
       
        background-color:rgb(241, 219, 191)
}
    
h1 {
    font-family: 'Bebas Neue';
      color:rgb(0,128,0);
      text-decoration-line:overline;
      text-decoration-color:rgb(0,128,0);
      letter-spacing:3px;
      text-transform: capitalize;
      font-variant: small-caps;
   
    }

main {
    width: 60%;
    margin:auto;
    letter-spacing:1.5px
}

img{
    height:300px
}

h2 {
      font-family: 'Bebas Neue', cursive;
      color:rgb(170,86,86);
      text-decoration-line:overline;
      text-decoration-color:rgb(0,128,0);
      font-variant: small-caps;
}
    
footer {
color:rgb(204,176,136);
text-align: right;
}

hr  {
        background-color:green;
        color: rgb(0,128,0);
        height: 1px;
}

em {
    color:rgb(0,128,0);

}
nav {
    text-align: left;
}

a {
    color:rgb(204,176,136)
}

strong {
        color:rgb(135,0,4)
}
    
    
    
    