#cesiumContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;  
  height: 100%; 
  display: flex;
  z-index: 0;
}
#copyright-text {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: Arial, sans-serif;
  font-size: 12pt;
  color: white;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5); /* Optional: make the text more readable on top of the map */
  z-index: 1;
}
#searchBar {
  position: absolute;
  flex-direction: column;
  background-color: #ffffff;
  top: 0;
  left: 0;
  margin: 10px;
  width: 30%;  
  height: auto; 
  display: flex;
  z-index: 1;
}
#pacViewPlace {
  position: static; 
  display: block;
  width: 80%;
  margin-left: 20px;
  margin-bottom: 20px;
  z-index: 1;
}
.govuk-caption-xl {
  margin: 20px;
  font-size: 20px;
  font-family: "GDS Transport",arial,sans-serif;  
  color: #0b0c0c
}
.govuk-body {
  margin: 20px;
  color: #0b0c0c;
  font-family: "GDS Transport",arial,sans-serif;
 
}

