@import url('https://fonts.googleapis.com/css2?family=Comfortaa&family=Noto+Sans&family=Roboto&family=Source+Code+Pro&display=swap');

body {
  font-family: 'Noto Sans', 'Segoie UI', 'Calibri', sans-serif;
  color: #ccd;

}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Comfortaa', 'Impact', sans-serif;
}

code {
  font-family: 'Source Code Pro', monospace;
}

a[href] {
  color: #ff80a0;
}

a[href]:visited {
  color: #ff80a0;
}

img {
  max-width: 360px;
}

.spacer {
  height: 200vh;
}

.doge::after {
  content: '';
  display: inline-block;
  margin: 0px 4px;
  height: 24px;
  width: 24px;
  transform: translateY(4px);
  background-image: url('https://cdn.discordapp.com/attachments/858481527934681118/958768148268589076/unknown.png');
  background-size: cover;
}