/*
  #2040ff
  f30e7a

*/
body {
  background: #121630;
  color: #1ffff5;
  font-family: "Hack", "Menlo", "Monaco", "Courier New", monospace;
  -webkit-user-select: none;
  font-size: 16px;
  text-transform: uppercase;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header {
  display: flex;
  flex-direction: column;
}

.top {
  flex: 7 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #1015ff;
}

.bottom {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #181e41;
}

.me {
  flex: 2 1 auto;
  background: #1f2653;
}

.me a {
  text-decoration: none;
  color: inherit;
}

.me a:hover {
  color: white;
  text-decoration: underline;
}

.title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1rem;
  width: 20rem;
}

.tagline {
  color:white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tagline > p {
  margin: 0.5rem 0;
}

.gallery > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gallery p {
  margin-top: 1rem;
}

.s1 {
  font-size: 2rem;
}

.s2 {
  font-size: 1rem;
}

@media (min-width: 800px) {
  .title { width: 30rem }
  .s1 { font-size: 3rem }
  .s2 { font-size: 1.5rem }
}
