html,
body {
  width: 100%;
  overflow-x: hidden;
}
.background-container {
  background-image: url("https://img.freepik.com/free-vector/abstract-shiny-lines-white-gray-minimal-background-design_84443-2819.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
  height: 100vh;
  opacity: 0.7;
}

.fixed-table-container{
  padding-bottom: 10px !important;
}

.ranging-gasbot-container{
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 50px;
}
.ranging-gasbot{
  padding: 10px;
    text-align: center;
    background-color: #f2f2f2;
    border: solid 0.1px #0e0e0e73;
    border-radius: 5px;
}