@import url(https://fonts.googleapis.com/css2?family=DM+Mono&display=swap);

* {
  margin: 0;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: black;
}

body {
  height: 100%;
  width: 100%;
  scrollbar-width: none;
  font-family: "DM Mono", monospace;
  background: linear-gradient(285deg, #393951 0%, #49499c 60%, #4b4bc3 100%);
  color: hsl(0, 79%, 95%);
}

div {
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  flex-direction: column;
  height: 100vh;
}

div>img {
  height: 200px;
  margin-bottom: 20px;
}

div>h1 {
  text-transform: uppercase;
}