.text_center{
	text-align: center;
}

.home_header{
	text-align: center;
	font-size: 100px;
}

.header{
	text-align: center;
	font-size: 50px;
}


.al_right{
	text-align: right;
}

.bordered{
	border:1px solid #ccc;
	padding: 10px;
	border-radius: 10px;
}

.hide {
  display: none;
}

.myDIV:hover + .hide {
  display: block;
  color: red;
}


.two {
  width: 180px;
  height: 180px;
  position: absolute;
  transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
}
.three li{
    margin-top: -10px;
}