body {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  background: linear-gradient(315deg, #b34545bf 0%, #fc575e 74%);
  color: #fff
}

.home {
  height: 100vw;
  height: 100vh;
  display: flex;
}

.home__inner {
  margin: auto;
}

h1 {
  font-size: 70px;
  text-align: right;
  color: #000;
}

h1 span {
  display: block;
  font-size: 40px;
}

p {
  text-align: center;
}

a {
  text-decoration: none;
  color: #fff;
}

@media only screen and (max-width: 600px) {
  body {
    font-size: 20px;
  }

  h1 {
    font-size: 40px;
  }

  h1 span {
    font-size: 20px;
  }
}
