@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css");
body
{
  background: url("https://projects.codecraftworks.com/web/Fr9Y4y74Jwf8D9VZD3OV/assets/joshua-sortino-LqKhnDzSF-8-unsplash.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

img
{
  padding-left: 5px;
  padding-right: 5px;
}

.navbar
{
  background-color: #009ee0;
  opacity: 0.98;
  width: 100vw;
  
}
#scoreboard
{
  border-style: solid 2px black;
  background-color: #211c38;
	padding: 50px;
  margin: 25px;
  border-radius: 5%;
  opacity: 0.95;
}
h1
{
  color: white;
  font-family: "Ubuntu";
}

li
{
	font-family: 'Montserrat', sans-serif;
 	font-size: 1.25rem;
  font-weight: bold;
  list-style: none;
  padding: 25px;
  text-align: center;
}

#questionNumber
{
  color: black;
  font-size: 1.5rem;
  font-weight: bold;
}

.score
{
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
}
#gameArea
{
  background-color: #211c38;
  border-radius: 5%;
  margin: auto;
  padding: 50px;  
  opacity: 0.95;
  width: 750px;
}

h2
{
  color: white;
  font-family: "Ubuntu";
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.btn
{
  margin: 10px auto;
}
  

#footerArea
{
  background-color:#009ee0;
  border-radius: 5%;  
  margin: 50px 0;
  padding: 20px;
  opacity: 0.95;
}



