.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
a {
  text-decoration: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
html,
body {
  height: 100%;
}
body {
  display: flex;
  flex-flow: column nowrap;
  font-size: 1.2rem;
}
header {
  display: flex;
  justify-content: center;
  text-align: center;
  min-height: 10rem;
  background-color: hsla(200, 10%, 70%, 0.5);
}
header > div {
  display: inline-flex;
  flex-flow: row nowrap;
}
.logo {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding-right: 0.5rem;
}
.right {
  padding-left: 0.5rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  text-align: left;
}
.logo img {
  width: 4rem;
  height: 4rem;
}
header h1,
header h2 {
  font-size: 1.3rem;
  margin: 0;
}
header h1 {
  color: #f24347;
  margin-bottom: 0.5rem;
}
header h2 {
  font-weight: 400;
  color: #666;
}
main {
  display: flex;
  text-align: center;
  margin: 20px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  flex: 1;
  padding: 0 2%;
  font-size: 1.3rem;
  line-height: 2rem;
}
footer {
  text-align: center;
  color: #60606d;
  min-height: 60px;
  padding: 1%;
  line-height: 1.5;
  background-color: #ffffff;
}

.download {
  width: 12rem;
  height: 4rem;
  font-size: 1.3rem;
  color: #fff;
  line-height: 4rem;
  text-align: center;
  margin: 2rem 0;
  /* background-color: rgba(242, 67, 71, 0.85); */
  border: 1px solid rgba(242, 67, 71, 0.85);
  color: rgba(242, 67, 71, 0.85);
  border-radius: 2rem;
}
.download:first-of-type {
  margin-right: 1rem;
}
.download:last-of-type {
  margin-left: 1rem;
}
.download .icon {
  font-size: 2rem;
}
