@charset "UTF-8";

button
{
    display: block;
    line-height: normal;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0;
  vertical-align: middle;
  padding: 15px 39px;
  background: transparent;
  outline: none;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
  text-shadow: 2px 2px #000;
    padding: 10px 15px;
    margin: 20px auto;
	height: 50px;
	width: 150px;
    border: 2px solid #FFF;
	color:#FFF;
}

.features li {
  display: inline;
  list-style: none;
  margin-right: 10px!important;
  margin-left: 10px!important;
}