@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@435&display=swap');
*{
  margin: 0 auto;
  padding: 0px;
  font-family: Fredoka;
}
body{
  background-color: #121213;
  color: white;
  height: 100%;
}
header{
  text-align: center;
  font-size: 30px;
  margin-top: 50px;
}
#searchBar{
  margin-top: 17px;
  width: 27vw;
  height: 10vh;
  background-color: white;
  float: left;
  margin-left: 33.5vw;
}
#button{
  margin-top: 17px;
  border: 0;
  margin-left: 1vw;
  width: 5vw;
  height: 10vh;
}
#input{
  margin-top: 1vh;
  margin-bottom: 1vh;
  margin-left: 1vw;
  margin-right: 1vw;
  width: 25vw;
  height: 8vh;
  border: 0;
  font-size: 30px;
}

#wynik{
  text-align: center;
  margin-left: 33.5vw;
  width: 33vw;
  font-size: 30px;
}

#chart {
  width: 43vw;
  height: 30vw;
  position: relative;
}

#chart > div {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%;
  height: 100%;
}

#leftPanel{
  width: 23vw;
  height: 50vh;
  float: left;
  margin: 20px;
}
