html,

p {    margin-top: 0px;    margin-bottom: 0px;    margin-right: 0px;    margin-left: 0px;}

body{margin:0;padding:0;}#pagewidth{}

a:link, a:visited { background-color: none; color: none;    padding: 2px 2px;    text-align: left;    text-decoration: none;    display: inline-block;}

a:hover, a:active { text-decoration: none; color: blue; background: none; color: blue; font-weight: none; border-color: #B1B1B1;}


input[type=text] {  width: 70%;  font-size: 18px; padding: 14px 11px;  margin: 3px 0;  box-sizing: border-box;}


input[type=button], input[type=submit], input[type=reset] {  background-color: #4CAF50;  font-size: 15px; border: none;  color: white;  padding: 18px 21Px;  text-decoration: none;
  margin: 4px 2px;  cursor: pointer;}


select { width: 70%;  padding: 2px;  font-size: 19px; border: none;  border-radius: 25px;  background-color: #f1f1f1;
}


button {
border: none;
width: 125px;
height: 35px;
border-radius:15px;
text-align: center;
vertical-align: middle;
text-decoration:  none;
display: inline-block;
font:normal bold 14px "Open Sans", sans-serif; color:blue; margin: 12px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

button {
   background-color: green; 
  color: white; 
  border: 2px solid white;
}
button:hover {
 background-color:red;
  color: white;
}


button2 {
  border: none;
  color: white;
width: 95%;
height: 220px;
border-radius:15px;
  text-align: center;
  vertical-align: center;  
text-decoration:  color: blue;
  display: inline-block;
  font-size: 22px;
  margin: 12px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

button2 {
   background-color: white; 
  color: blue; 
  border: 2px solid blue;
}

button2:hover {
 background-color:lightgrey;
  color: black;
}


button3 {
  border: none;
width: 70%;
height: 100px;
border-radius:15px;
text-align: center;
vertical-align: middle;
text-decoration: 
color: blue;
padding:33px 10px;
  display: inline-block;
 font: normal normal bold 65px arial; color: blue;
  margin: 1px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}
button3 {
   background-color: #3369ff; 
  color: white; 
  border: 2px solid blue;
}

button3:hover {
 background-color:lightgrey;
  color: black;
}

