
body {
    background-image: url("https://facethruthedoor.neocities.org/inspirations/landingbg.png");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat;
    margin: 0px;
    padding: 0px;
    background-color: #80bfff;
  }
 
#button {
    display: inline-block;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.8) 20%, rgba(116, 184, 252, 0.8) 80%, rgba(49, 206, 206, 0.8) 100%);
    border: 3px outset white;
    border-radius: 15px 15px 15px 15px;
    font-size: 20px;
    text-decoration: none;
    padding: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
    line-height: 25%;
    font-family: 'Verdana';
    font-weight: bold;
    margin-left: 10px;
  }
  
  #button:hover {
    display: inline-block;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 20%, rgba(116, 184, 252, 0.8) 80%, rgba(49, 206, 206, 0.8) 100%);
    border: 3px outset white;
    border-radius: 15px 15px 15px 15px;
    font-size: 20px;
    text-decoration: none;
    padding: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
    line-height: 25%;
    font-family: 'Verdana';
    font-weight: bold;
    margin-left: 10px;
    transform: scale(1.1);
  }
  
#page {
  margin-top: 5px;
}

h1 {
 background: white;
 letter-spacing: 1.5px;
 font-style: italic;
 font-size: 32pt;
 margin-bottom: 0px;
 margin-top: 5px;
}

h2 {
  line-height: 5%;
  font-size: 18pt;
  font-style: italic;
}

mark {
  background: white;
}

p {
  line-height: 50%;
  font-size: 17px;
}

#gallery {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: min-content min-content min-content;
  background-color: transparent;
  padding: 0px;
  margin: 0px;
}

#gallery a {
  display: block;
  grid-gap: 15px;
  padding: 2px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0.9;
}
  
#gallery a:hover {
  opacity: 1;
  filter: brightness(135%);
}
  
#gallery img {
  width: 270px;
}
  
#gallery img:hover {
  transform: scale(1.2);
}
