table {
  margin-bottom: 2em; }
  table th {
    padding: 1em;
    width: 20%; }
  table td {
    padding: .8em;
    width: 80%; }

@media (max-width: 767px) {
  table {
    display: block;
    text-align: center; }
    table tbody, table tr, table th, table td {
      display: block;
      width: 100%; }
    table th {
      border-bottom: 0; }
    table tr {
      margin-bottom: 1em; } }
.appeal {
  font-size: 200%;
  font-weight: 900;
  color: #808080;
  text-align: center; }

.earth {
  width: min(80%, 400px);
  margin: auto; }

iframe {
  border: none;
  width: 100%;
  aspect-ratio: 790/444; }
