.wrapper {
  text-align: center;
  max-width: 100%;
}

#container {
  background-color: #eeeeee;
  padding: 1em;
  display: inline-block;
  text-align: left;
}

#flexcontainer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#countdown {
  font-weight: bold;
}

#about {
  max-width: 100%;
  display: inline-block;
  text-align: left;
}

#thank {
  max-width: 50%;
}

#thanker {
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
}

.content {
  border-style: dotted;
  padding: 0.75em;
  margin: .25em;
}

table {
  width: 100%
}

th, .title {
  text-align: center;
  font-size: 1.5em;
}

table, th, td {
  font-size: 1em;
  border: 0.15rem solid black;
  border-collapse: collapse;
  padding: .25em;
  text-align: left;
}

h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.5em;
}
p, ul, label, h3, input {
  font-size: 1em;
}

h1, h2, h3 {
  text-align: center;
}

.text {
  max-width: 30em;
}

body {
    background: white url("images/flag.gif");
 }
