body{
background : #274472;
  font-family: 'Work Sans', sans-serif;
text-align: center;
font-size: 20px;
color: white;
}
h1{
  color: #C3E0E5;
  font-family: 'Work Sans', sans-serif;
  text-align: center;
}
.abouth{
	text-align: left;
	margin:50px;
}
.home{
  object-fit: cover;
}

li{
  float: left;
  padding: 10px;
  margin: 5px;

}
ul {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #5885AF;
}
li a {
  display: block;
  color:black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: white;
}

p{
  margin:50px;
  color: white;
}
button { 
  margin-top: 5px;
  justify-content: center;
  padding: 15px 25px;
  cursor: pointer;
  color: black;
  background-color: #C3E0E5;
  border-radius: 15px;
  box-shadow: 0 9px gray;
  font-size: 15px;
  font-weight: bold;
}
button:hover {
  background-color: white;
}
.aboutquiz{
  color: white;
}
.question {
  display: flex;
  margin-top: 2em;
  justify-content: center;
}
.answer-choice {
  margin: 5px;
}