body {
  margin: 0px;
  border-top: 6px solid #47A453;
  font-family: 'Open Sans', sans-serif;
}

#container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 125px auto;
  padding: 0 25px;
}

.logo {
  max-width: 100%;
}

p {
  color: #797979;
  line-height: 30px;
}

.copy {
  max-width: 500px;
}

a {
  color: #1F5E87;
}

.bold {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.no-underline {
  text-decoration: none;
}