body {
background-color: #98FF98;
color: black;
font-family: Arial, Helvetica, sans-serif;
}

form {
  width: 100%;
}


/* Index */
.column {
  float: left;
  padding: 10px;
  box-sizing: border-box;
}

.column.middle {
  width: 50%;
  order: 1;
}

.column.side {
  width: 25%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.update-button {
  background-color: white;
  border: none;
  color: black;
  display: inline-block;
  cursor: pointer;
  padding: 10px;
  border-radius: 2px;
}

/* Footer */
.footer {
text-align: center;
background-color: white;
color: black;
padding: 25px;
}


/* Header */
.nav {
list-style-type: none;
justify-content: center;
display: flex;
text-align: center;
position: sticky;
flex-wrap: wrap;
}


.nav li a {
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  white-space: nowrap;
}

.time {
background-color: white;
color: black;
padding: 25px;
}

/* Update */

/* Fotos */
.gallery {
  background-color: rgb(1, 130, 14);
  margin-right: 25%;
  margin-left: 25%;
  display: flex;
  justify-content: center;
  color: white;
}
