html {
  background-color: #111111;
}

h1 {
  all: unset;
}

body {
  background: linear-gradient(135deg, #292929, #111111);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100dvh;
  padding: 0;
  margin: 0;

  font-family: "Roboto", sans-serif;

  width: 100%;
}

a {
  all: unset;
}

#wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#visual {
  display: block;
  background-color: rgba(0, 0, 0, 0);
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 10%;
}

#main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#name {
  font-size: 24pt;
  margin-top: 3pt;
  white-space: nowrap;
  font-weight: bold;
}

#email {
  font-size: 14pt;
  margin-top: 6pt;
  cursor: pointer;
  opacity: 0.5;
} 

#email a {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

#email a i {
  display: flex;
  margin-right: 3pt;
  color: white
}