* {
  box-sizing: border-box;
}

h1 {
  margin-top: 200px;
  margin-bottom: 50px;
}

body {
  font-size: 100%;
  font-family: "Monaco", "Courier New", courier, monospace;
  background-color: #d3d3d3;
  text-align: center;
}

.start {
  margin: auto;
}

button {
  width: 100%;
  height: 60px;
  background-color: #6BA3AD;
  color: #fff;
  font-family: "Monaco", "Courier New", courier, monospace;
  font-size: 17px;
  margin: 0 auto 20px auto;
  border: none;
  border-radius: 4px;
}

.wrong-answer {
  background-color: red;
}

.hover:hover {
  cursor: pointer;
  background-color: #75b8c4;
}

.question-container {
  font-size: 150%;
  margin: auto;
}

.continue-container {
  text-align: right;
  margin: auto;
}

.positionLeft {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  width: 70%;
}

.continue {
  width: 25%;
  background-color: #f9f9f9;
  color: slategrey;
  margin-top: 10px;
}

.continue:hover {
  background-color: #fff;
  cursor: pointer;
}

.question {
  margin-top: 50px;
  color: #313E40;
}

.sides {
  height: 200px;
  width: 100%;
}

.hidden {
  visibility: hidden;
}

.wrong {
  font-size: 140%;
  font-weight: 700;
  color: #313E40;
}

.response-row {
  text-align: center;
}

.button-correct {
  background-color: #9DDC69;
}

.response1 {
  font-weight: 600;
  font-size: 110%;
}

.response2 {
  color: slategrey;
}

.end {
  margin-top: 100px;
}

.endScore {
  font-size: 150%;
}
