body {
  text-align: center;
  background-color: #e5e5e5;
  font-family: 'Montserrat', sans-serif;
  padding-left: 20%;
  padding-right: 20%;
}

img {
  width: 500px;
  margin-top: 0px;
}

.fas {
  margin-bottom: 20px;
  color: #EE8701;
  margin-top:20px;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex div {
  width:300px;
}

a {
  text-decoration:none;
  font-weight: bold;
  color: white;
}

button {
  font-family: 'Montserrat', sans-serif;
  padding: 10px;
  border-radius: 10px;
  background-color:#EE8701;
}
