header {
  background: black;
  border-bottom: 1px solid #444;
  text-align: center;
}

body {
  background: black;
  color: white;
}

header img {
  margin: 10px auto;
}

.wrapper {
  text-align: center;
}

h1::after {
  content: 'Get the latest show information, connect with exhibitors and view new products!';
  display: block;
  font-size: 1rem;
  text-transform: none;
  font-weight: normal;
  margin: 1rem 0 2rem 0;
}

.mys-list-style-none a {
  background: #0067b1;
  border-left: 0 !important;
  color: white;
  margin: 0 auto 12px auto;
  max-width: 800px;
  text-align: center;
}