#mapbox {
  position: absolute;
  top: 10px; /* Onder gpsinfo-box */
  left: 10px;
  width: 300px;
  background: #222;
  border-radius: 8px;
  padding: 10px;
  z-index: 10;
  font-family: monospace;
  font-size: 14px;
}

#maptitle {
  margin-bottom: 8px;
  font-weight: bold;
  color: #ccc;
}

#map {
  height: 200px;
  width: 100%;
  border-radius: 6px;
}

#speedbox {
  position: absolute;
  bottom: 10px;
  left: 50%;  
  transform: translateX(121px); 
  height: 110px;  
  width: 180px;  
  display: flex;
  justify-content: flex-start;  
  align-items: flex-end;  
  font-size: 90px; 
  font-weight: bold;
  color: white;
  background: #222;
  border-radius: 8px;
  padding: 12px 20px;
  z-index: 10;
}

#speedlabel {
  width: auto;
  text-align: left;
  transform: translateY(-15px); 
}

#kmh-label {
  font-size: 20px; 
  color: white;
  margin-left: 5px; 
  margin-bottom: 30px; 
}