@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;600&display=swap');

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 24px 0 32px;
  background: #f5f5f5;
  color: #000000;
  font-family: 'Source Code Pro', monospace;
  font-size: 16px;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  
  
}

main {
  padding: 20px 0 28px;
}

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

a:hover {
  color: #65c465;
  text-decoration: none;
}

.wrapper {
  width: min(1100px, 92vw);
  margin: 0 auto;
}

.site-header {
  padding-top: 20px; padding-bottom: 60px;
}

.brand {
font-family: 'Source Code Pro', monospace;
  font-size: 16px;
}

.player iframe {
  width: 100%;
  border: 0px solid #fff;
  border-radius: 0px;
  background: transparent;
}

.site-footer {
  font-family: 'Source Code Pro', monospace;
  font-size: 16px;
  border-top: 0px solid #333;
  padding-top: 60px; padding-bottom: 20px;
}

.footer-links {
  display: flex;
  gap: 20px;
}
