body {
  margin: 0;
  padding: 0;
  font-family: Inter, arial, helvetica, sans-serif;
  font-size: 16px;
  color: #313663;
}

.header img {
  margin: 55px;
  height: 55px;
}

.container {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.content {
  display: flex;
  background-color: #f8d3b6;
  padding: 5rem 7rem;
  border-radius: 0.5rem;
  box-sizing: border-box;
}

.content span {
  font-weight: 500;
}

.text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 398px;
}

.store-buttons a:last-child {
  margin-left: 1rem;
}

h1 {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
  line-height: 32px;
}

p {
  font-size: 1rem;
  line-height: 22px;
  margin-top: 0;
}

@media only screen and (max-width: 700px) {
  .content {
    padding: 2rem;
    flex-direction: column;
  }

  .text {
    margin-top: 1rem;
  }
}
