body {
  font-family: Arial, sans-serif;
  background: #111;
  color: #eee;
  margin: 0;
  padding: 0;
}
header {
  /* background: #222; */
  background: #111;
  padding: 1rem 2rem 1.25rem;
  text-align: center;
}

.logo-frame {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #000;
  border-radius: 28px;
  padding: 14px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.45);
  margin: 0 auto 0.4rem;
}

.site-logo {
  display: block;
  width: min(90vw, 560px);
  height: auto;
  margin: 0;
}

header p {
  margin: 0;
}
section {
  padding: 2rem;
  max-width: 800px;
  margin: auto;
}
h2 {
  color: #ffcc00;
  margin-top: 2rem;
}
p {
  line-height: 1.6;
}

.scroller-screenshot {
  display: block;
  width: min(100%, 900px);
  height: auto;
  margin: 1rem auto 0;
  border-radius: 14px;
}

.contact {
  background: #222;
  padding: 2rem;
  text-align: center;
}
.contact a {
  color: #ffcc00;
  font-weight: bold;
  text-decoration: none;
}

.img_container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.screenshots {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1000px;
  border-radius: 10px;
  padding: 15px 15px;
}

.screenshot_img1 {
  background-image: url(./img/R_Pane_Songs.png);
  width: 600px;
  height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-style: none;
  margin: 0 25px 0 20px;
}
