@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
html {
  font-size: 10px;
}

body {
  background-color: #555152;
  font-family: Roboto, 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 0;
}

i {
  font-size: 1.6rem;
}

#container {
  background-color: #231f20;
  background-image: url("/static/images/logo.jpg");
  background-position: 50% 30px;
  background-repeat: no-repeat;
  border-radius: 80px;
  -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.5), inset -1px -1px 10px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.5), inset -1px -1px 10px 1px rgba(0, 0, 0, 0.2);
  margin: 10rem auto;
  padding: 222px 0 60px;
  text-align: center;
  width: 360px;
}

h1 {
  background-color: rgba(255, 255, 255, 0.03);
  color: #b4b8bb;
  font-size: 160%;
  font-weight: 700;
  margin-bottom: 44px;
  margin-top: 0;
  padding: 2rem 0;
  text-align: center;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin-top: 0.8rem;
  text-align: center;
}

a {
  color: #a0a4a7;
  text-decoration: none;
}

a i {
  color: #828689;
  margin-right: 1.6rem;
}

a:hover {
  color: #b4b8bb;
}

@media (max-width: 47em) {
  body {
    background-color: #231f20;
  }
  #container {
    background-color: #231f20;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 0rem;
    text-align: center;
    width: 100%;
  }
}
