.home {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  min-width: 300px;
}

.home-h1 {
  font-size: 32px;
  margin-bottom: 10px;
  background: -webkit-linear-gradient(279deg, #020202 0%, #696969 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-h2 {
  font-size: 21.33px;
  font-weight: 300;
  margin-bottom: 10px;
}

.home-a {
  padding: 15px;
  background-color: #0b0b0b;
  background-image: linear-gradient(174deg, #0b0b0b 0%, #3d3a3a 100%);
  color: #fff;
  width: 125px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-p {
  font-weight: 500;
  font-size: 15px;
  white-space: nowrap;
}

.home-a:hover {
  /* background-color: #fff;
  color: rgb(78, 78, 78); */
}
