html {
  overflow: -moz-scrollbars-vertical;
}

body {
  background: #7a0027;
  font-size: 14px;
  text-align: left;
  color: #ffffff;
  max-width: 800px;
  margin: auto;
}

.top_title {
  font-family: "Titan One", sans-serif;
  display: flex;
  margin-top: 36px;
  height: 64px;
  justify-content: flex-end;
  font-weight: bold;
  text-align: center;
}

.top_title #title {
  color: black;
  text-decoration: none;
  margin: 0px;
  width: 100%;
  font-size: 48px;
  -webkit-text-stroke: 0.5px white;
  color: #007A53;
}

.top_title #gal_title {
  color: black;
  text-decoration: none;
  margin: 0px;
  width: 100%;
  font-size: 30px;
  -webkit-text-stroke: 0.5px white;
  color: #007A53;
}

.header_btn {
  text-decoration: none;
  font-size: 16px;
  margin-left: 5px;
  margin-right: 5px;
}

.btn {
  font-family: "Ramabhadra", sans-serif;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  background: #007A53;
  padding: 10px 20px 10px 20px;
}

.btn:hover {
  font-family: "Ramabhadra", sans-serif;
  background: #005C3F;
  color: #ffffff;
  cursor: pointer;
  padding: 10px 20px 10px 20px;
}

.login_but {
  text-decoration: None;
}

.sign {
  display: flex;
  justify-content: center;
}

.small_btn {
  font-family: "Ramabhadra", sans-serif;
  color: #ffffff;
  background: #007A53;
  margin-bottom: 50px;
  display: none;
}

.cmt_btn {
  font-family: "Ramabhadra", sans-serif;
  font-size: 30px;
  color: #ffffff;
  background: #7a0027;
  border: none;
}

.cmt_btn:hover {
  color: #007A53;
  cursor: pointer;
}

.small_btn:hover {
  font-family: "Ramabhadra", sans-serif;
  background: #005C3F;
  color: #ffffff;
  cursor: pointer;
}

.pic{
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  border: 10px #007A53 solid;
  margin-bottom: 10px;
}

#image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pic_info {
  font-family: "Ramabhadra", sans-serif;
  font-size: 24px;
  color: white;
  justify-content: center;
  display: flex;
  align-items: center;
  background-color: #007A53;
  margin: 0.5em 0;
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  border: 10px #007A53 solid;
}

#next {
  display: none;
}

#previous {
  display: none;
}

#delete {
  display: none;
}

#left {
  display: none;
}

#right {
  display: none;
}

#g_left {
  display: none;
}

#g_right {
  display: none;
}

#pages {
  color: white;
  display: flex;
  justify-content: center;
  font-size: 30px;
  margin-bottom: -10px;
}

#arrow {
  color: white;
  display: flex;
  justify-content: center;
}

#g_arrow {
  color: white;
  display: flex;
  justify-content: center;
}

#galleries {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

#sign_out {
  margin-top: 20px;
}

.gallery_but {
  margin-right: 10px;
  display: flex;
  margin-bottom: 0px;
}

footer {
  text-align: center;
  padding: 10px;
}