@import url("https://fonts.googleapis.com/css?family=Montserrat");
html,
body {
  font-family: "Montserrat", sans-serif;
  background: #2f2f2f;
  padding: 0;
  margin: 0;
  color: #f1f1f1;
  overflow: hidden; }

div#body {
margin: 150px auto;
max-width: 640px;
}

div.container {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  min-width: 20vw;
  width: 50vw;
  max-width: 50rem;
  margin: 0 auto; }

a.github.ribbon {
  position: absolute;
  top: 50px;
  right: -60px;
  transform: rotate(45deg);
  color: white;
  text-decoration: none;
  background: #fc0000;
  border: 3px solid #ff6363;
  padding: 5px 50px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.33); }

/*# sourceMappingURL=demo.css.map */
