body {
  font-family: sans-serif;
  font-size: 16px;

  background: #490077;
  background-image: url("background.jpg");
  background-attachment: fixed;
  background-size: cover;

  color: #ffffff;

  padding: 0px 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-optical-sizing: auto;
  font-style: normal;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 26px;
  margin-bottom: 5px;
}

h3 {
  font-weight: 700;
}

a {
  color: #ffffff;
}

section {
  margin-bottom: 40px;
}

.twitch-frame {
  display: inline-block;
  border: 3px solid #00e0a4;
  background: #490077;
  border-radius: 5px;
  padding: 10px;
}
