body {
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
  background: #FFF8E1; /* light cream */
  color: #333; text-align: center;}
*{text-decoration: none;}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 5%;
  background: #4CAF50; /* green */
  color: white; border-radius: 5px;
}
.logo {
  font-family: 'Poppins', sans-serif;
  font-size: 250%;
  font-weight: bold; color: white;}
li{list-style: none; display: inline-block; color:white; font-size: 20px; font-family: Arial, Helvetica, sans-serif; margin-right: 25px;}
button{background-color: orange;margin: left 15px;border-radius: 10px; padding: 0.5px;width: 100px;height: auto;}
h1{font-size: 50px; color: white; font-family: fantasy; font-weight: 100;}
.hero{background-color: gray;}
footer {
  text-align: center;
  padding: 1rem;
  background: #4CAF50;
  color: white;
  margin-top: 2rem;
}
.acl1{  color: #4CAF50;
    font-size: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1); display:inline-block;}