:root {
  --primary: #cc343c;
  --black: black;
  --secondary: #163d60;
  --white: white;
  --transparent: transparent;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.thank-you {
  color: var(--primary);
  text-align: center;
  width: 100%;
  max-width: 650px;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3em;
}

.body {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.3em;
}

.image {
  margin-bottom: 20px;
}

.tweet-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 650px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.tweet {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer {
  padding-top: 10px;
  padding-bottom: 100px;
}

.paid-for {
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  width: 100%;
  max-width: 300px;
  margin-bottom: 0;
  padding: 10px;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.paragraph {
  margin-bottom: 0;
}
