* {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
#header {
  position: relative;
  z-index: 1000;
  background: linear-gradient(to top right, orangered, orange);
  box-shadow: 0 2px 5px rgb(143, 143, 143) !important;
}
.dashButtonPanel {
  background: linear-gradient(to top right, orangered, orange);
  box-shadow: 0 -2px 5px rgb(143, 143, 143) !important;
}
#dashUserHistory {
  position: relative;
  box-shadow: none !important;
  height: 25vh;
  background-color: rgba(197, 197, 197, 0.5) !important;
  padding: 0 !important;
}
.dashButton {
  transition: all 0.2s;
}
.dashButton:hover {
  color: white;
  cursor: pointer;
  border-color: black !important;
}
.historyButton {
  padding: 5px 10px !important;
}
img {
  height: 40vh !important;
}
.homeButton {
  width: 40vw !important;
  height: 12vh !important;
  background: linear-gradient(to top right, orangered, orange);
  box-shadow: 0px 2px 7px #555 !important;
}
.lang::after {
  display: block;
  height: 2px;
  width: auto;
  background-color: #e67e22;
  content: " ";
}
@media only screen and (min-width: 960px) {
  img {
    height: 80vh !important;
  }
  .homeButton {
    width: 28vw !important;
    height: 12vh !important;
  }
  #dashUserHistory {
    height: 60vh;
  }
  #dashUser {
    box-shadow: none !important;
  }
  .history {
    height: 30vh !important;
  }
  .historyCar {
    height: 40vh;
  }
  .historyButton {
    padding: 10px 20px !important;
  }
  #msg {
    font-size: 30px;
  }
}
