*,
*:after,
*:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  overflow-y: auto !important;
  background: #f6f6f6;
  background: linear-gradient(145deg, #f6f6f6 0%, #fff 100%);
  background-attachment: fixed;
}

body {
  font-family: "Roboto", sans-serif;
  height: 100%;
  background-image: url(../img/pistons.png);
  background-position: 95% 85%;
  background-repeat: no-repeat;
  background-size: 600px auto;
  background-color: transparent;
}

header {
  padding: 15px 50px;
  background: #003475;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  display: block;
  height: 60px;
  margin-bottom: 0;
}
header .logo img {
  height: 100%;
  width: auto;
}

main,
section {
  padding: 50px;
}

footer {
  padding: 15px 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background: #6ae29b;
  background: linear-gradient(90deg, #2ad670 33%, #aaeec6 100%);
}
footer strong {
  color: #fff;
}

h3 {
  font-size: 25px !important;
  line-height: 1.2;
  text-transform: uppercase;
}

table {
  width: 100%;
}
table .benzyna-column {
  background: #e5f1ff;
}
table .wodor-column {
  background: #eefcf4;
}

canvas {
  width: 100%;
  height: auto;
}

.boxShadowed {
  border-radius: 5px;
  padding: 30px;
  background: #fff;
  box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
}

#wykresKolowy {
  max-width: 500px;
  margin: 0 auto;
}