body {
  background-color: #000;
  font-family: Courier, 'Courier New', monospace;
  font-size: .8em;
}
a:link, a:visited {
  color: #ccc;
}
.flexcols {
  display: flex;
  justify-content: center;
  margin: 3em auto 0;
}
main {
  width: auto;
  padding: 1.25em;
  font-weight: normal;
  background: #ffc;
  color: #333;
}
.links {
  position: absolute;
  top: .25em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.links a {
  text-decoration: none;
  line-height: 2em;
  padding: .25em;
}
.bottle {
  margin-right: 1em;
  font-size: .75em;
  color: #aaa;
}
.dot {
  color: #f03;
  margin-right: .25em;
}

@media screen and (min-width: 700px) {
  .flexcols {
    margin: 2em auto 0;
  }
  .links {
    position: relative;
    top: 0;
    height: 272px;
    padding-right: 1em;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
  }
  .links a {
    opacity: .7;
    line-height: 3.5em;
    transition: opacity .25s;
  }
  .links a:hover {
    opacity: 1;
  }
  .bottle {
    margin-right: 2em;
  }
}
