body {
  background-color: black;
  padding: 10px;
}

.title1 {
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  padding: 10px;
  border-style: ridge;
  border-color: red;
  color: white;
  background-color: black;
  border-radius: 7px;
  border-width: 7px;
  text-shadow:  0 0 7px grey,
    0 0 10px grey,
    0 0 21px grey;
  box-shadow:  0 0 50px salmon;
}

.title2 {
  text-align: center;
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
   text-shadow:  0 0 14px white,
    0 0 20px white,
    0 0 41px white;
}

.info1 {
    text-align: center;
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
   text-shadow:  0 0 14px white,
    0 0 20px white,
    0 0 41px white;
}

.info2 {
    text-align: center;
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
   text-shadow:  0 0 14px white,
    0 0 20px white,
    0 0 41px white;
}

.galleryt {
   text-align: center;
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
   text-shadow:  0 0 14px white,
    0 0 20px white,
    0 0 41px white;
}

img {
  width: 50%;
  padding: 10px;
  margin: auto;
}

.img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.container {
    text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  padding: 10px;
  border-style: ridge;
  border-color: red;
  color: white;
  background-color: black;
  border-radius: 7px;
  border-width: 7px;
  text-shadow:  0 0 7px grey,
    0 0 10px grey,
    0 0 21px grey;
  box-shadow:  0 0 50px salmon;
}
