#canvas{
  margin: auto;
}

#playButton{
  width: 10%;
  height: 50px;
  margin: auto;
  margin-top: 1%;
  border-style: solid;
  border-radius: 5%;
  border-color: black;
}

#dialogoveOknoText{
  font-family: 'Copperplate', fantasy;
  font-size: large;
}

#inventarText{
  font-family: 'Copperplate', fantasy;
  font-size: large;
}

#mainDiv{
  width: 75%;
  margin: auto;
  margin-top: 1%;
  border-style: solid;
  border-radius: 1%;
  border-color: black;
  background-color:rgb(0, 145, 255);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

body{
  margin: auto;
  justify-content: center;
}

#inventar{
  text-align: center;
  align-items: center;
}

#predmetyLayout{

  width: 50%;
  height: 150px;
  margin: auto;
  overflow: auto;
}

.predmetLayout{
  display: inline-block;
  height: 100px;
  width: 100px;
  text-align: center;
  border-style: solid;
  border-color: black;
  border-radius: 10%;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  margin-left: 1.5%;
  background-color: antiquewhite;
  transition: transform 0.25s;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;}

.predmetLayout:hover{
  background-color: blanchedalmond;
  transform: scale(1.1);
}

.predmetObrazek{
  width: 75%;
}

#dialogoveOkno{
  text-align: center;
  margin-top: 1%;
  margin-left: 1%;
}

#inventar{
  margin-top: 1%;
  margin-left: 1%;
}

#backGround{
  align-items: center;
  text-align: center;
  width: 100%;
}

#backGroundPic{
  border-radius: 1%;
  border-style: solid;
  width: 50%;
  height: 50%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
