@font-face {
  font-family: 'Common Pixel';
  font-style: normal;
  font-weight: 400;
  src: local('Common Pixel'), url('https://fonts.cdnfonts.com/s/7553/COMMP___.woff') format('woff');
}


body {
  background-color: rgb(32, 32, 32);
  font-family: "Common Pixel";
  font-size: larger;
  color: aliceblue;
}

img {
  margin-top: 10%;
  width: 10%;
}

a{
    color: antiquewhite;
    text-decoration: none;
}