*{ 
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-style: oblique;
  margin:0;
}

body {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.game-intro h1 {
  color: rgb(226, 226, 14);
 padding-top: 10px;
 font-size: 50px;

}

.game-intro img{
  width: 80px;
}

.logo{
  display: flex;
  text-align: center;
  column-gap: 20px;

}

#game-board {
  background: url('../images/Initialbackground.jpg');
}

.game-intro{
  height: 100px;
  background-color: darkgoldenrod;
  text-decoration: underline;
  display: flex;
  justify-content: space-around;
  align-items: center;

}

#game-board {
  width: 100%;
  height: calc(100% - 100px);
}


.reset-button{
  height: 60px;
  width: 150px;
  border-radius: 5%;
text-decoration: none;
overflow: hidden;
cursor: pointer;
background-color: #e9ee90;
font-size: xx-large;
}

.start-button{
  height: 60px;
  width: 150px;
  border-radius: 5%;
  
text-decoration: none;
overflow: hidden;
cursor: pointer;
background-color: #e9ee90;
font-size: xx-large;

}

#canvas{
  background-color: #e9ee90;
  width: 60%;
  height: 100%;
  margin-left: 20%;
}

div img {
  max-width: 100%;
}

.hidden{
  display: none;
}

.game-over{
  height: 100px;width: 100px;
position: absolute; top:300px;
padding-left: 40%;
font-size: x-large;
color:black;



}


.game-score{
  background-color: #e9ee90;
  font-size: xx-large;
}