/* NAV */
nav > component {
    background-color: rgb(228, 119, 119);
  }
  
  nav > component a {
    font-size: 15px;
    color: rgb(228, 119, 119);
  }
  
  nav > component a:hover {
    color: #8d4949;
  }

  nav details {
    background-color: rgb(247, 154, 154);
  }

  nav {color: rgb(233, 89, 89);}



nav {
    text-align: justify;
}

nav > button.navbtn{
  background-color: rgb(228, 119, 119);
  color: rgb(160, 108, 108);
}

nav > span.topnav {
  background-color:  rgb(228, 119, 119);
}
  
/* HEADER */
header{
  padding-top: 80px;
}
header div {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
}

/* FOOTER */
footer{  
  background: rgb(228, 119, 119);
}

