html,body{
  margin:0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: Futura,Trebuchet MS,Arial,sans-serif; 
}

main { 
  color: #323538;
}

.container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

@media screen and (max-width: 992px) {
  main.container {
    flex-direction: column;
  }
}

img {
  max-width: 100%;
  max-height: 100%;
}

.text-center {
  text-align: center;
}

header {
}

article {
  max-width: 800px;
  padding: 2rem;
  flex: 3;
}

#strip-info {
  text-align: center;
}

#strip-date {
  color: #ffa500;
  display: block;
}

nav a {
  text-decoration: none;
  color: #323438;
}

#first-button {
  display: block;
  text-align: center;
  min-width: 80px;
}

#previous-button {
  display: block;
  text-align: center;
  min-width: 80px;
}

#next-button {
  display: block;
  text-align: center;
  min-width: 80px;
}

#last-button {
  display: block;
  text-align: center;
  min-width: 80px;
}

.archive-date {
  color: #a9a9a9;
}

#archive-list {
  list-style-type: none; 
  padding: 0; 
  margin: 0;
}

.archive-link {
  color: #ffa500;
  text-decoration:none;
}

footer {
  margin-top: auto;
}
