* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  font-family: sans-serif;
  color: #D0D0D0;
}

body {
  background-color: #202020;
	background-image: repeating-radial-gradient( #101010 80%,#202020 90%,#303030 90%);
	background-size: 7px 7px;
}