body {
  background: #000;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 130%;
}

h1 {
  margin: 0;
  margin-right: 64px;
  font-size: 32px;
}

.hidden {
  display: none !important;
}

.container {
  margin: 0 auto;
  max-width: 700px;
}

.content .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 20px;
}

.content {
  margin-top: 50px;
}

.content img {
  width: 100%;
  display: block;
}

.content img.logo {
  width: 250px;
  display: block;
}

.footer {
  border-top: 5px dotted red;
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.footer a, .content a {
  color: #fff;
}

.button {
  display: inline-block;
  border: 3px dotted white;
  padding: 10px 15px;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
}

h2 {
  line-height: 140%;
}

h3 {
  margin-bottom: -6px;
}

span {
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

section.first {
  border-top: 0 dotted red;
  border-bottom: 5px dotted red;
}

section {
  border-top: 5px dotted red;
  padding: 50px 0;
}


.marquee {
  overflow: hidden;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: flex;
  margin-bottom: 30px;
}

.marquee span {
  font-size: 2em;
  white-space: nowrap;
}