h1 {
  color: #DBFE2D;
text-align: center;
}
body {
background-image: url("https://stmed.net/sites/default/files/color-wallpapers-30653-1110050.jpg");  background-size:cover; text-align: center;
}
 #example1 {
  border: 5px solid #000000;
  background-color: #FFC107;
  height: 154px;
  width: 300px;
}
#example1 a {color:#FE00C4;}

#example2 {
  border: 5px solid #000000;
  background-color: #EE3012;
  height: 154px;
  width: 300px;
}

#example3 {
  border: 5px solid #000000;
  background-color: #4AA037;
  height: 154px;
  width: 300px;
  
}
#example4 a {color:#FAFE00}

#example4 {
  border: 5px solid #000000;
  background-color: #3A5DD0;
  height: 154px;
  width: 300px;
}

#example5 {
  border: 5px solid #000000;
  background-color: #FFDE36;
  height: 154px;
  width: 300px;
  display: inline-block;
  
}

#example5 a{color:#004DFE}

#side {
  display: flex;
	text-align: center;
  width: 600px;
  margin: auto;
}


#and4 {
  display: flex;
  text-align: center;
  margin: auto;
  width: 600px;
}

#end {
 text-align: center; 
}