html,
body {
  background-color: rgba(10, 10, 10, 0.1);
  overflow: hidden;
  margin: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
