@font-face {
  font-family: "Game Over Regular";
  font-style: normal;
  font-weight: normal;
  src: url('game_over.woff') format('woff');
}

body {
  background-color: #000000;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  text-align: center;
  color: whitesmoke;
}

h1 {
  font-family: "Game Over Regular", Verdana, Arial sans-serif;
  font-size: 42px;
}

a {
  color: whitesmoke;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #663333;
}

#container {
  width: 760px;
  margin: 0 auto;
  text-align: left;
  font-size: 16px;
}

.highlight {
. border-radius(1 px);
  border-top: 2px solid whitesmoke;
  background-color: whitesmoke;
  padding: 0;
  white-space: nowrap;
  text-align: left;
  width: auto;
}

.highlight.word {
  border-top: none;
  margin-left: 0;
  margin-right: 4px;
  margin-bottom: 0 !important;
  padding: 3px 5px 3px 5px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
}

.highlight.linkedin {
  background-color: #1D87BD !important;
}

.highlight.github {
  background-color: #797979 !important;
}

.highlight.twitter {
  background-color: #4AAFDB !important;
}

.highlight.linkedin {
  background-color: #1D87BD !important;
}

.highlight.github {
  background-color: #797979 !important;
}