body {
  font-family: Arial, Helvetica, sans-serif;
}

.row {
  display: flex;
  justify-content:space-around;
  background-color: #273C2C;
  padding-left: 100px;
  padding-top: 20px;
  padding-right: 50px;
  padding-bottom: 20px;
}

.link {
  vertical-align: middle;
  display: inline-block;
  outline: 0;
  text-align: center;
  border: 0;
  padding: 8px 16px;
  min-width: 36px;
  background: #F9A03F;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  width: 150px;
  max-width: auto;
  color: black;
}

.timer {
  vertical-align: middle;
  display: inline-block;
  outline: 0;
  text-align: center;
  border: 0;
  padding: 8px 16px;
  min-width: 36px;
  background: #93032E;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  width: 150px;
  max-width: auto;
  color: white;
}

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 100px 300 px;
  text-align: center;
}

.btn {
  display: inline-block;
  outline: 0;
  cursor: pointer;
  text-align: center;
  border: 0;
  padding: 7px 16px;
  min-height: 36px;
  min-width: 36px;
  background: #2e1760;
  color: white;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 0px 0px, rgba(0, 0, 0, 0.2) 0px -1px 0px 0px inset;
}

.hideQuestion {
  display: none;
}

ol {
  list-style-position: inside;
}

ol li {
  border: 1px solid black;
  margin: 5px;
  padding: 5px;
  color: white;
  background-color: #273C2C;
  width: 250px;
  border-radius: 10px;
  font-size: 15px;
}

ol li:active {
  background-color: #ffe2fe;
}

.completed {
  display: none;
}