* {
  margin: 0;
  padding: 0;
}

a {
  color: whitesmoke;
}

.main {
  
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #222;
}