body{background-color:white;}	
	.m1{list-style-type:none; color-text: white; float: left; width:375px;padding:15px 15px 15px 15px}
	.div1{background-color:white; color:black}
	.div2{background-color:blue;}
	.ph{color: black; align-content:center;justify-content: left}
	.ph2{color:white;background-color: black}
	.ph3{background-color: aqua;color: black; ; float: none; width: 100%}
	.ph4{color: black;; float: right; width: 5%}
	.ph5{color: blue; float: left; width: 100%}
	.ph6{background-color:aqua;color: white; float: none; width:100%}
	.img1{max-width:80%}
  .img2{}
	
	a:link{color: black;}
	a:visited{color:black;}
	a:active{color: black;}
	a:hover{color: black;}

.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #E5CF15 ;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  width: 100px;
  transition: all 0.5s;
  cursor: pointer; 
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
.button2 {
  display: inline-block;
  padding: 15px 25px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #E5CF15;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
}

.button2:hover {background-color: #D5BF05}

.button2:active {
  background-color: #D5BF05;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
.form1{
	padding-right: 50px;
	border-radius: 40px;
	margin: 10px;
	fill-rule: nonzero;
}

