.App {
  text-align: center;
}

.App-logo {
  animation: App-logo-spin infinite 20s linear;
  height: 80px;
}

.App-header {
  background-color: #222;
  height: 150px;
  padding: 20px;
  color: white;
}

.App-title {
  font-size: 1.5em;
}

.App-intro {
  font-size: large;
}

@keyframes App-logo-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

#welcome,div .Hello {
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
  text-align: center;
  font-weight: normal;
  margin-top: 30px;
}

#welcome h1, h2 {
  font-weight: normal;
}
#welcome ul {
  list-style-type: none;
  padding: 0;
}
#welcome li {
  margin: 0 10px;
}
#welcome a {
  color: #61dafb;
}
