/*** {
  margin: 0;
  padding: 0;
}**/

body {
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-size: 14px;
}

/**
.container{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

h1{
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

h2{
  text-align: center;
  margin: 0 0 30px 0;
}

p{
  line-height: 1.5em;
  margin-bottom: 10px;
  text-align: justify;
}

p a,
p a:hover{
  text-decoration: underline;
  color: #000;
}

**/

button{
  display: flex;
  border: 2px solid #000;
  padding: 5px 20px 5px 10px;
  border-radius: 25px;
  background-color: #FFF;
  margin-top: 20px;
  outline: none;
}

button span{
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: bold;
}

button img{
  height: 40px;
  width: 40px;
  display: inline-block;
  margin-right: 10px;
}