html {
  font-size: 62.5%;
}

body {
  color: #222;
  background: #ebe9e7 url("../../img/swords/bg_texture_light.jpg") repeat-x;
  font-family: Georgia, serif;
  font-size: 1.8em;
}

a {
  color: #222;
  text-decoration: none;
}

a:hover {
  border-bottom: 1px solid #222;
}

.underline {
  border-bottom: 1px solid #222;
}

.container {
  display: -webkit-flex;
  display: flex;

  /* DEBUG */
  /*border: 1px solid #F00;*/
}

.cols {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.main-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.cross-center {
  -webkit-align-items: center;
  align-items: center;
}

.cross-end {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.my-section {
  width: 800px;
  box-sizing: border-box;
  max-width: 100%;
  padding: 40px;
}

.title {
  font-size: 3.6rem;
}

.section-title {
  font-size: 3rem;
  margin-bottom: 20px;
}

.question {
  font-size: 2rem;
  /*font-style: italic;*/
  font-weight: bold;
  margin-bottom: 10px;
}

.answer {
  margin-bottom: 20px;
}

.platform {
  color: #ebe9e7;
  background-color: #222;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  font-style: normal;
  letter-spacing: .1rem;
  padding: 4px 6px 2px 6px;
  border-radius: 4px;
  margin-right: 4px;
}

footer {
  margin-bottom: 40px;
}
