/* CSS Document */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  image-rendering: crisp-edges;
}
body {
  width: 100%;
  height: 100%;
  background-color: black;
  color: white;
}
#social {
  align-items: center;
  justify-content: center;

  wdith: 50px;
}
#social p {
  margin-left: 50%;
}
#social a {
  margin-left: 48.5%;
}
a {
  text-decoration: none;
}

#back {
  color: white;
}
#t {
  width: 100px;
  height: 75px;
}
.t {
  width: 55px;
  height: 55px;
  margin-left: 23px;
}
.spec {
  margin-left: 40%;
}
#log {
  margin-top: 80px;
}

body {
  background-color: black;
  background-image: url("art/griffy.gif");
  background-repeat: round;
}
