body {
  background: #1c2833;
  color: #faf9f6;
}

a {
  color: #faf9f6;
}

.shrines p {
  font-weight: bold;
  text-align: center;
}

.shrines {
  display: flex;
  justify-content: center;
  border: 3px solid #faf9f6;
  padding: 10px;
  border-radius: 15px;
  background: url(../sitewide/assets/labg.jpg);
}

.title {
  text-align: center;
}

.bottom {
  text-align: center;
  font-size: 20px;
  margin-top: 3%;
}

main {
  display: flex;
  justify-content: center;
  color: #34495e;
}

main a {
  color: #34495e;
}
