h2, h3, h4, h5, ð
{
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
   text-align: left;
   text-indent:10px;
   line-height: 125%;
}

a {

color: #000066;
text-decoration:none
}

a:active {

color:#660033;
text-decoration:none
}

a:visited {
color:#003300;
text-decoration:none

}

a:hover {
color:#003366;
text-decoration: none

}



#qwe {
  transform:scale(1.8);
  opacity:0.9;
  cursor:pointer;
  }
 #qwp {
  width:80px;
  transform:scale(1.2);
  opacity:0.9;
  cursor:pointer;
  }
.block-one input[type="submit"] {
  display: inline-block;
  font-size: 1.25rem;
  
  color: #ffffff;
  background: #003366;
  
  border: 1px solid transparent;
  cursor: pointer;
  padding: 0.3rem 0.2rem;
  transition: background 0.25s, color 0.25s;
}

.block-one input[type="submit"]:hover {
  color: black;
  background: #FFEFBA;
}
body {
background-image: url('images/fon2.jpg');
font-size: 1.35rem;
}


