﻿input[type=button], input[type=submit], input[type=reset] {
  border: none;
  color: grey;
  text-decoration: none;
  cursor: pointer;
}

#button2 {
  color: grey;
  border: none;  
  background-color: white;
  cursor: pointer;
  width: 100%;
  font-size: 2vw;
  text-align: center;
}

#button2:hover {
	color: white;
    background-color: grey;
}

#button1 {
  color: grey;
  border: none;  
  background-color: white;
  cursor: pointer;
  width: 100%;
  font-size: 3vw;
    text-align: left;
}

#button1:hover {
	color: black;
    background-color: grey;
}