body {
	background-color: peachpuff;
}
a:hover.hov {
  color: red;
  background-color: transparent;
  text-decoration: none;
}
a:hover.hovB {
	color: blue;
	background-color: transparent;
	text-decoration: none;
}
div.fontSize {
  background-color: ;
  padding: 10px;
}

@media screen and (min-width: 601px) {
  div.fontSize {
    font-size: 70px;
  }
}

@media screen and (max-width: 600px) {
  div.fontSize {
    font-size: 40px;
  }
}
.youtube {
	max-width: 560px;
	max-height: 315px;
}
.myform {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
}
.headr {
	color: darkolivegreen;
	font-family: new times roman;
}