.g1 {
  border-radius: 5px; 
  background: cornflowerblue; 
  margin-top:10px;
  padding:2% ;
  width:90%;
border-radius: 8px;
border: 3px solid #cd754c;
}
.g1:hover {
  background: tomato; /*sets background colour*/
}

.cd
{
	background:#def6ff ;
	background-image: ;
	margin-top:10px;
    padding:2% ;
	text-align:center;
	border-radius: 25px;
	
	
	
}

.content{
	
	height:130%;
	width:100%;
	border:1px solid black;
	position:relative;
}

.lab
{
	position:absolute;
	top:-10px;
	left:20px;
	height:40px;
	width:100px;
	background-color:pink;
	border:2px solid red;
	text-align:center;
	
}