body {
  color: #ffff33;
  font-family: 'Ubuntu', sans-serif;
  font-weight: normal;
  background-color: black;
}

h1 { color: white; }



a { text-decoration: none; color: #ffffff; }
a:hover { text-decoration: underline; }

.container {
  text-align: center;
}

p#desc {
  margin: 0px auto 20px auto;
  text-align: center;
  width: 500px;
  padding: 5px;
}

.col-md-3 {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  //border: 3px solid #ffff33;
  border-radius: 50%;
  margin: 0px 5px 5px 5px;
}

.footer {
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1.5px;
  padding-top: 5px;
  //border-top: 3px dashed #ffff33;
  text-decoration: none;
  position:fixed;
  bottom:0px;
  left:30px;
  z-index:1}
}

.footer a:hover { text-decoration:underline }
