
p, h1 {
    text-align: center;
}

body {
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #000000;
  color: white;
}

img {
    max-width: 1000px;
    max-height: 800px;
}

img:hover, frame:hover {
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.5);
  transform: translate(-5px, -5px);

}




/* Mobile */
@media only screen and (max-width: 767px) {
    img {
      width: 100%;
    }
  }

iframe, img {
  border-radius: 15px;
  border: 2px solid white;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;  
}

a:visited, a {
  color: white;
}

.exif-table {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
  border-style: solid;
  border-collapse: collapse;
  }

.exif-table td, .exif-table th {
    border-bottom: 1px solid #ddd;
    padding: 2px;
}
