body {
  background-color: #171717;
}

.main {
  width: 99vw;
  height: calc(100vh - 65px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}