html,
body {
  height: 100vh;
  width: 100vw;
}

h1 {
  font-size: 200%;
  text-align: center;
  margin-bottom: 10%;
}

#container {
  height: 100vh;
  width: 100vw;
  background: #7289da;
  text-align: center;
}

#grid {
  width: unset !important;
}

#avatar {
  width: 256px;
  height: 256px;
  border-radius: 9999px;
  margin-bottom: 3rem;
}