@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i');

body, h1, h2, h3, h4, h5, h6, p, a {
  font-family: 'Roboto', sans-serif;
}

.old-skool {
  background-color: #5691ff;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  position: fixed;
}

.super-boy {
  position: fixed;
  top: 50%;
  left: 50%;
  /*width: 100%;*/
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.name {
  color: #ecf0f1;
  text-align: center;
}

.tech-social {
  font-size: 3em;
}

a, a:hover {
  color: #ecf0f1;
  text-decoration: none;
  margin-right: 0.25em;
  margin-left: 0.25em;
}
