*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
	font-family: 'Fira Sans', sans-serif;
  font-weight: 600;
	font-size: 12px;
  font-style:italic;
	line-height: 1.4em;
  background-color: #F23A02;
}

a {
  display: inline-block;
  color: white;
  text-decoration: none;
  text-align: center;
}

a:hover,
a:focus {
  color: black;
}

main {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

section {
  font-size: 16px;
  text-align: center;
  color: black;
}

section > div {
  margin-bottom: 40px;
}

section > div:last-child {
  margin: 0;
}

section > div > p {
  margin-bottom: 10px;
}

section > div > p:last-child {
  margin: 0;
}

.button {
  font-size: 24px;
  margin: 0 24px;
}

.mail-icon {
  position: relative;
  top: 3px;
  left: 5px;
  font-style: normal;
  font-size: 26px;
}

@media only screen and (max-width: 700px) {
  .button {
    display: block;
    margin-bottom: 40px;
  }
}
