html,
body {
  box-sizing: border-box;
  font-family: 'Quicksand', 'Helvetica Neue', sans-serif;
  height: 100%;
  margin: 0;
  user-select: none;
  width: 100%;
}
body {
  background-color: #ffffff;
}
.home {
  align-items: center;
  display: flex;
  flex: 1;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  padding: 0 40px;
}
.home .wrapper {
  display: block;
}
.home .wrapper .developers {
  color: #04a49c;
  font-size: 60px;
  font-weight: 500;
  margin: 25px 0 0 0;
  text-align: center;
}
.home .wrapper img {
  max-width: 750px;
  width: 100%;
}
