@import url('https://fonts.googleapis.com/css2?family=Major+Mono+Display&family=Mate+SC&family=Miltonian&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #1d1d1d;
  font-family: 'Mate SC', serif;
  font-size: 1.2rem;
  color: #bdbdbd;
}

h1 {
  font-family: 'Major Mono Display', monospace;
  font-size: 2.5rem;
  color: #bdbdbd;
  text-align: center;
  margin: 2rem 0;
}

h2 {
  font-family: 'Major Mono Display', monospace;
  font-size: 1.5rem;
  color: #bdbdbd;
  text-align: center;
  margin: 2rem 0;
}

img {
  display: block;
  margin: 0 auto;
  padding: 1rem;
  max-width: 500px;
}

nav {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1d1d1d;
  padding: 1rem;
}

nav > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}

nav > ul > li {
  margin: 0 1rem;
}

nav > ul > li > a {
  text-decoration: none;
  color: #bdbdbd;
}

div#music {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 1rem;
}

/* Main should be max 600px wide, centered in the viewport */
main {
  max-width: 600px;
  margin: 0 auto;
  padding: 1rem;
}

/* Center the notice */
span#nav-notice {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}


/* ycombinator is the classic hacker news theme */
section#ycombinator > h2 {
  color: #ff6600 !important;
}
span#nav-notice > a {
  color: #ff6600 !important;
}

section#eurobeat-video {
    margin: 2rem;
}
