body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

#root {
  height: 81vw;
  width: 100vw;
  max-height: 100vh;
  max-width: 124vh;
}
.App {
  text-align: center;
  height: 100%;
  display: flex;
  flex-flow: column;
  background-color: black;
}

.AircraftListContainer {
  height: 75%;
  background-image: url("./img/SkydivePerris.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.FooterContainer {
  height: 25%;
  display: flex;
  color: white;
  font-size: 6vmin;
  display: flex;
  justify-content: center;
  align-items: center;
}

.TimeContainer {
  height: 100%;
  width: 40%;
  background-color: rgba(0,0,0,0);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.WeatherContainer {
  height: 100%;
  width: 60%;
  background-color: rgba(0,0,0,0);
  color: white;
  display: flex;
  flex-flow: column;
  justify-content: center;
  font-size: 5vmin;
}

table, th, td {
  /*border: 1px solid white;*/
  border-collapse: collapse;
  text-align: right;
  font-size: 0vmin;
}

.centered{
    margin: 0 auto;
}

.rightaligned{
    margin-right: 0;
    margin-left: auto;
}

.leftaligned{
    margin-left: 0;
    margin-right: auto;
}
