* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #0a0a0a;
  min-height: 100vh;
}

.landing {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile {
  width: 300px;
  height: auto;
}
