/*
selector {
  property: value; 
  }
*/

body{
    text-align: center;
    color: #4c4c4d;
    background-color: #fcd9f5;
}

h1{
    background-color: #D9FCE0;
}
h2{
    background-color:#D9FCE0;
}
h3{
    background-color: #D9E4FC;
}
body{
    
}

.responsive-image{
  width: 23%;
  height: auto;
}

.navbar ul li{
    display:inline-block;
    background-color:#FCF2D9;
    margin:10px;
    border-radius:1%;
    padding:10px;
}