* {
  background-color: #000;
  font-family: "Courier New", Courier, monospace;
}

.page {
  background-color: #000;
  flex-direction: row;
  display: flex;
  text-align: right;
  align-items: center;
  justify-content: center;
  margin: 5% auto;
}

@media only screen and (max-width: 768px) {
  .page {
    flex-direction: column;
  }
  .intro {
    width: calc(100% - 20px);
  }
}

.intro {
  color: #9198e5;
  width: 400px;
}

.name {
  font-size: 72px;
  background: linear-gradient(90deg, #ff006e, #8338ec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gh-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
}

.mail-icon {
  font-size: 35px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
}

.icon {
  cursor: pointer;
  text-decoration: none !important;
}

.contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}
