html {
	width: 100%;
	padding: 0;
	margin: 0;
	background-image: linear-gradient(#121112, #141A14);
  font-weight: 400;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #FFF;
  font-size: 17px;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 80px;
  overflow-x: hidden;
}

body {
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
  margin: 0;
  padding: 60px 0 0;
  overflow-x: hidden;
  max-width: 100vw;
}

h1 {
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 700;
}

h2 {
  text-align: center;
}

p {
  font-size: 1em;
  font-weight: 500;
  max-width: 450px;
  text-align: center;
  line-height: 1.5em;
}

article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}

article h2 {
  flex: 1 0 100%;
}

article iframe {
  width: 500px;
  max-width: 95vw;
  background-image: linear-gradient(180deg, #7289DA 15%, #202225 15%);
  border-radius: 5px;
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer {
  background-color: #121112;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

img {
  width: 300px;
  height: 300px;

  object-fit: contain;
  object-position: center;

  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;

  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;

  pointer-events: none;
}
