@charset "utf-8";
/* CSS Document */

#question-screen {
    min-height: 23em;
}

#feedback-screen{display:none}

#question {
    background: rgba(174, 209, 230, 0.4);
    padding: 10px 25px;
    line-height: 60px;
}

ul {
  list-style: none;
  display: inline-block
}

.choice-item {
    padding: 10px 25px;
    border-radius: 3px;
    background-color: #52667F;
    color: white;
    display: inline;
    margin: 10px;
    text-align: center;
	cursor: pointer;
}

.list-block {
  display: flex;
  justify-content: center; 
	margin-top:3em;
}


