body {
  font-family: 'Noto Sans', sans-serif;
}

.outer {
  min-height: 100%;
  min-height: 100vh;
}

.name {
  font-size: 1.5em;
  font-weight: bold;
  color: #40e0d0;

  background-image: linear-gradient(90deg, #2ce2fa, #8c5fff);
  background-clip: text;
  background-size: 100%;
  background-repeat: repeat;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}