@import url("https://fonts.googleapis.com/css2?family=Readex+Pro:wght@300&display=swap");
body {
  margin: 0;
  padding: 10px;
  font-family: sans-serif;
  font-size: 0.8em;
}

* {
  box-sizing: border-box;
}

.container {
  width: 800px;
  height: 100%;
  margin: auto;
  background-color: #dde7f3;

  font-family: "Quicksand", sand-serif;
  font-weight: bold;
  font-size: 20px;

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 80px 450px 150px 50px 650px;

  gap: 10px;

  padding: 10px;
  box-sizing: border-box;
}

.container div {
  padding: 10px;
  /*border: 1px solid #000000;*/
  /*background-color: #ffffff;*/
}

.header,
.content-low,
.header-bottom,
.content-bottom {
  grid-column-start: 1;
  grid-column-end: 3;
  background-color: #ffffff;
}
.content-left,
.content-right {
  background-color: #ffffff;
}
.header-bottom {
  margin: auto;
  width: 100%;
  color: #ffffff;
  font-size: 25px;
  background-color: #08bdd5;
  text-align: center;
}
.content-low {
  position: relative;
}
.content-bottom {
  font-size: 15px;
  line-height: 1.8;
  font-family: "Readex Pro", sans-serif;
  overflow: scroll;
}
/*
.content-left {
	grid-row-start: 2;
	grid-row-end: span 2;
	grid-column-start: 1;
	grid-column-end: 3;
}
*/
.header {
  background-color: #035c7a;
  color: #ffffff;
  position: relative;
}

.pinMap {
  margin-left: 20px;
  height: 50px;
  width: 50px;
}
.plane {
  height: 20px;
  width: 20px;
}
.head1 {
  font-size: 25px;
  position: absolute;
  top: 0px;
  left: 80px;
}
.head2 {
  font-size: 20px;
  position: absolute;
  bottom: 0;
  left: 80px;
}
.airport {
  background-color: #000000;
  width: 250px;
  height: 60px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.table-1 {
  position: absolute;
  top: 10px;
  left: 40px;
}
.table-2 {
  position: absolute;
  top: 10px;
  left: 250px;
}
.table-3 {
  position: absolute;
  top: 10px;
  height: 130px;
  width: 220px;
  right: 20px;
  background-color: #ff857a;
}
