*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  margin: 0;
  background-color: rgb(0, 0, 0);
  color: wheat;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.container {
  margin: 0 auto;
  max-width: 1080px;
  padding: 0 16px;
}

.header-section {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 8px;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 24px;
  font-weight: bold;
}

.footer-section {
  margin-top: 40px;
  display: flex;
  padding: 8px;
  font-size: 12px;
  color: wheat;
  font-family: "Inconsolata", monospace;
  font-optical-sizing: auto;
}

.text-content {
  margin-top: 20px;
  padding: 8px;
  font-size: 16px;
  color: wheat;
  font-family: "Inconsolata", monospace;
  font-optical-sizing: auto;
}

.image-section {
  padding: 8px;
}

.image {
  display: block;
  width: 100%;
  height: auto;
  margin: 40px auto;
}

.image-title {
  margin-top: 20px;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight: bold;
  color: orange;
}

.camera-settings {
  padding: 8px;
  font-size: 12px;
  color: wheat;
  font-family: "Inconsolata", monospace;
  font-optical-sizing: auto;
}

a:link,
a:visited {
  color: orange;
  text-decoration: none;
}

a:hover,
a:active {
  color: wheat;
  text-decoration: none;
}
