			button2 {
	
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 2px solid #e74c3c;

  color: #e74c3c;
  cursor: pointer;
  margin-right: -1px;
  padding-left: -0px;
  padding-right: -0px;
  font-size: 17px;
  font-weight: 200;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
button2:hover, button2:focus {
  color: #fff;
  outline: 0;
}


.third {
  border-color: #3498db;
  color: #fff;
  box-shadow: 0 0 40px 40px #3498db inset, 0 0 0 0 #3498db;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.third:hover {
  box-shadow: 0 0 10px 0 #3498db inset, 0 0 10px 4px #3498db;
  color: #3498db;
}
.hoi{
	background: #d58383;color: white;font-size: 18px;border: 2px solid #e74c3c;cursor: pointer;font-weight: bold;
}
.hoi:hover{
	background: yellow;
	color: black;
}