.page-title {
  text-decoration: none;
}

.wrapper {
  height: 100%;
  width: 100%;
  padding: 2rem 6rem;
  box-sizing: border-box;
}

.quickstart {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.quickstart img {
  height: 100px;
}

.quickstart a {
  border-radius: 4px;
  padding: 2px 8px;
  color: white;
  font-weight: 500;
  background-color: #333;
}

.docs-container {
  margin-top: 2rem;
  border-radius: 6px;
  height: 500px;
  background: white;
  padding: 2rem;
}
