main{
  display:flex;
}

main > div{
  width:100px;
  height:100px;
  text-align:center;
  padding:10px;

}

.outbike{
  background:skyblue;
}

.inbike{
  background:pink;
}

.diyself{
  background:lightgreen;
}

.vege{
  background:lightcoral;
}

.weather{
  background:peachpuff;
}