#coding { 
  font-size: 40px;
  font-weight: bold;
  font-family: "arial";
  color:blue;
}
body {
  background: #F1FAEE;
   display: flex;
  justify-content: center;
  line-height: 1.6;
}

div {
  font-size: 15px;
  font-weight: normal;
}

.sticker {
  text-align: center;
}

p {
  color: navy;  
  font-size: 15px;
}

h1 {
  font-family: 'Baloo Bhaijaan', cursive;
  color: red;
}
.uR {
  width: 90%;
}
.flex_con {
  display: flex;
  flex-wrap: wrap;
}

.flex_con > div {
  margin: 10px;
  width: 40%;
  min-width:200px;
}
#world {
  width: 100%;
}
div.content {
 max-width: 600PX; 
}

.recycleimage {
  width: 35%;
}
.button{
  border-style:solid;
  font-size:18px;
  background:red;
  color:white;
  border:none;
  padding: 8px 16px 8px 16px;
}
