.aga{
	
	text-align: right;
	border: 5px solid blue;
	padding: 0px;
	font-size: 35px;
	background-color: #A9F5D0;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 5px;
	overflow: visible;
}

.agaimg{
	
	//position: absolute;
	top: 0px;
	width: 100%;
	height:100%;
}

.agadar{
	font-size: 45px;
	font-weight: bold;
	color: red;
	text-align: center;
	margin-top:0px;
	margin-bottom:0px;
	
	
}
.lin{
	width: 200px;
	margin-top: 0px;
	height: 2px;
	background-color: blue;
}
.myhome {
font-weight : bold;
font-size : 25px;
border : orange solid 2px;
padding : 5px 30px;
border-radius : 25px;
background : orange;
color : black;

}
.myhome:hover {
background : yellow;
border : yellow solid 2px;
}
a {
text-decoration : none;
color: blue;
}