a {
  text-decoration: none;
}

body {
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 35px;
  -webkit-font-smoothing: antialiased;
}

footer {
  border-top: 1px solid lightgray;
  padding: 20px;
}

i {
  color: #4f8548;
  margin-left: 20px;
}

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

.centeredHorizontally {
  justify-self: center;
  justify-items: center;
  justify-content: center;
}

.copyRight {
  color: gray;
  font-size: 16px;
  margin-top: 0px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-self: center;
  column-gap: 20px;
  row-gap: 10px;
  width: min(1373px, calc(100% - 40px));
}

.header {
  margin-bottom: 32px;
  margin-top: 32px;
}

.icons {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
}

.mainContent {
  margin-left: 210px;
  margin-right: 210px;
  padding: 20px;
}

.nav {
  display: flex;
  justify-content: space-evenly;
  margin-top: 16px;
  margin-left: 0;
  padding-left: 0;
}

#active {
  color: black;
  text-decoration: none;
}

#inactive {
  color: lightgray;
  text-decoration: none;
}

#inactive:hover {
  color: gray;
  text-decoration: none;
}
