@import url(https://cdn.22is5.com/css/reset.css);
body {
  display: flex;
  justify-content: center;
  background-color: #000;
  padding: 12px;
}
a {
  color: #506a91;
}
.main {
  background-color: #dedede;
  padding: 12px;
  width: fit-content;
  min-width: 600px;
}
h1,
h1 a {
  font-size: 32px;
  text-align: center;
  color: #000;
}
h2 {
  font-size: 24px;
  text-align: center;
}
h3 {
  font-weight: 600;
  font-size: 18px;
  margin: 24px 0 0 0;
}
embed {
  width: 100%;
  border: solid 2px #00000024;
}
