html,
body {
  margin: 0;
  font-family: sans-serif;
}

body {
  background: #202020;
  color: #cecece;
  padding: 2rem;
}

h1,
h2 {
  margin: 0.3em 0;
}

h1 {
  font-size: 3rem;
  position: relative;
  color: #54ffcd;
}

img {
  border-radius: 100%;
  max-width: 240px;
}

.nah {
  display: none;
}

.pew {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-45deg) translate(-20%, -120%);
  font-size: 12px;
  color: #ff75f4;
}

.mail {
  color: #ff4674;
}
