@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css");
body
{
  background: url("https://projects.codecraftworks.com/web/hOoPYDfNyA3dgWe8TBSl/assets/networkHostQuiz.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

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

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

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

#gameArea
{
  background-color: #211c38;
  border-radius: 5%;
  color: white;
  margin: auto;
  padding: 50px;  
  opacity: 0.95;
  width: 750px;
}
#answerArea
{
  background-color: white;
  border-radius: 5%;
  color: black;
  padding: 50px;
  

}

#submit
{
  margin: 10px;
}

.btn
{
  margin: auto;
}
  

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

#startButton
{
  position: center;
  
}

