#app {
  font-family: 'Press Start 2P', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
  color: #2c3e50;
  margin-top: 60px;
  max-width: 980px;
  margin: auto;
  margin-top: 50px;
  margin-left: 3rem;
  margin-right: 3rem;
}

.topic {
    margin-bottom: 3rem;
}

.nes-container{
    margin-bottom: 3rem;
}

.nes-progress {
  height: 24px;
  border-image-outset: 1.5;
}

.nes-progress-big {
  width: 115%;
}

label {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0.3rem;
}

h1, h2 {
  font-weight: normal;
}

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

li {
  display: inline-block;
  margin: 0 10px;
}

a {
  color: #42b983;
}

@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Press+Start+2P);

body {
  padding: 0 2rem;
  margin: 0 2rem;
}

#nescss > .container {
  max-width: 980px;
  margin: 0 auto;
  margin-top: 5rem;
}

/* Main */
.main-content {
  margin-bottom: 4rem;
}


/* Contributors */
.contributor {
  display: inline-block;
  margin: 1rem;
  text-align: center;
  width: 160px;
}
.contributor > p {
  margin: .5rem;
  font-size: 12px;
}
.contributor img.nes-avatar {
  transition: all .4s;
  display: inline-block;
}
.contributor:hover {
  text-decoration: none;
  opacity: 0.7;
}

.nes-container.with-title>.title {
	margin: -2.4rem 0 1rem;
}

img.lazy {
  background-color: #D3D3D3;
}

@media screen and (max-width: calc(980px - 4rem)) {
  header > .container {
    margin: 0 4rem;
  }
}

@media screen and (max-width: 768px) {
  body {
    margin: 2rem 0.5rem;
    padding: 0;
  }

  header > .container {
    margin: 0 0.5rem;
  }
}

@media screen and (max-width: 580px) {
  #nescss > .container {
    margin-top: 190px;
  }
}
