.container {
  display: flex;
}
 h1, h2, h3, h4, h5, h6 p, a {
     font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
  }
body {
   background-image: url("https://cdn.pixabay.com/photo/2022/05/01/18/37/grass-7168204_1280.jpg");
    background-repeat: no-repeat;
    background-size: cover;
     background-attachment: fixed;
  }
button {
  border: dotted;
  border-radius: 30%;
  border-color: brown;
  background-color: black;
  color: white;
  cursor: pointer;
  height: 30mm;
  width: 30mm;
}
footer {
  position: fixed;
  text-align: center;
  bottom: 0%;
  left: 43%;
}
.throttlev2banner {
  background: white;
  border: solid;
  border-color: black;
  height: 10mm;
  width: auto;
  text-align: center;
}
