* {
  font-family: Inter, sans-serif;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body {
  margin-bottom: 10vh;
}
.container {
  height: calc(100vh - 50px);
  overflow-y: auto;
  padding-bottom: 50px;
  box-sizing: border-box;
}
header {
  text-align: center;
}
.avatar {
  width: 100px;
  border-radius: 50%;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.subheading {
  color: #5f5f5f;
}
.subdomain {
  color: #d9b700;
}
.asset-group-title {
  text-align: center;
}
.modules {
  display: flex;
  justify-content: space-around;
}
.module {
  background: #f7f7f7;
  border-radius: 2vw;
  padding: 2vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 50%;
}
.module_example iframe {
  border: 0px;
  outline: none;
  width: 150px;
  display: flex;
  height: 70px;
}
.module_example {
}
.module_heading {
  padding-top: 10px;
  color: rgb(0, 162, 255);
  font-weight: bold;
}
.module_title {
  padding-top: 30px;
  padding-bottom: 5px;
}
.module_title a:hover {
  text-decoration: underline;
  color: salmon;
}
.module_title a {
  text-decoration: none;
  color: black;
  font-weight: bold;
  font-size: 1.4em;
}
.module_subtitle {
  opacity: 0.75;
  font-size: 0.8em;
  margin-bottom: 2em;
  margin-top: 0.7em;
}
.module_cdn {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  align-self: flex-start;
}
.module_howto {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.howto-steps::marker {
  color: gray;
}
.howto-steps {
  margin-top: 1em;
  padding-left: 2vw;
}
.howto-steps li {
  margin-bottom: 1em;
}
.codeSnippet {
  padding: 8px;
  background: lightgray;
  border-radius: 5px;
  border: 1px solid gray;
  font-family: monospace !important;
  display: flex;
  font-weight: bold;
  margin-top: 10px;
  flex-wrap: wrap;
  overflow-wrap: anywhere;
}

.step-details {
  color: #353535;
  display: flex;
  text-align: left;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  font-family: monospace !important;
  font-size: 1.2em;
}

@media (max-width: 1200px) {
  .module {
    max-width: 100%;
    width: 100%;
    padding: 2vw;
    box-sizing: border-box;
  }
}
