body {
	background-color: aliceblue;
}

.panel {
	margin-top: 8%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: navy;
    padding-left: 44px;
}

.question {
	font-size: 30px;
	margin-bottom: 20px;
}

.options {
	font-size: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 41px;
    margin-top: 21px;
    margin-bottom: 42px;
    position: fixed;
    top: 40%;
}

button {
	margin-right: 54px;
    margin-top: 258px;
    font-size: 20px;
    padding: 10px 20px;
    background-color: #4f98c2;
    color: white;
    border: none;
    cursor: pointer;
    justify-items: center;
}

#score {
	font-size: 30px;
	color: darkslategray;
}
