a {
  color: #3d85c6;
}

body {
  color: #efefef;
  background-color: #00183e;
  font-family: sans-serif;
}

h2 {
  text-decoration: underline;
  padding-top: 20px;
}

hr {
  margin-top: 30px;
}

html {
  margin: 0 auto;
  width: 1000px;
  line-height: 1.35em;
}

.items {
  text-align: center;
  color: #000000;
  background-color: #b6d7a8;
}

.shopping {
  text-align: center;
  color: #000000;
  background-color: #ffe599
}

.fights {
  text-align: center;
  color: #000000;
  background-color: #ea9999; 
}

.menuing {
  text-align: center;
  color: #000000;
  background-color: #a4c2f4;
}

.row {
  display: flex;
}

.column {
  display: flex;
  flex: 50%;
  justify-content: center;
}