.container {
  display: flex;
  gap: 56px;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.accent {
  color: #6850FF;
}

.button {
  border-radius: 13px;
  width: 250px;
  height: 83px;
}

h1 {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 56px;
  line-height: 1.0;
}

