&{background-color: #FFF8E1; border-color:#4CAF50; border-width: 5px; border-style:solid;}
img{ border-color: #4CAF50; border-style: solid; border-radius: 10%;}
.smoothies{ color: #4CAF50;
    font-size: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);}
  .jumbotron {
            background-color: #e9ecef;
            padding: 2rem;
            border-radius:1rem;
            margin-bottom: 2rem;
        }
    .btn{border-radius: 10px; width:150px; height: 50px; display: inline-block; padding: 10px;}
.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;}