.photowall-img {
  width: 480px;
  padding: 1px;
  border: 2px dashed #121212;
  background: black;
  border-radius: 2px;
}

.plugin {
  width: 500px;
  padding: 15px;


  background: rgba(40, 40, 40, 0.55);



  border-radius: 8px;


  border: 1px solid rgba(255, 255, 255, 0.25);


  box-shadow:
    0 0 20px rgba(0, 0, 0, 0.6),
    inset 0 0 8px rgba(255, 255, 255, 0.15);

  margin: 30px auto 15px auto;

  font-family: "Segoe UI", Tahoma, Verdana, sans-serif;
}


.plugin h1 {
  font-family: "Segoe UI", Tahoma, Verdana, sans-serif;
  font-size: 22px;
  font-weight: normal;

  color: #ffffff;
  text-shadow: 0 0 3px rgba(0,0,0,0.7);

  margin: 0 0 10px 0;

 
background: linear-gradient(180deg,rgba(117, 159, 191, 1) 0%, rgba(159, 199, 237, 1) 24%, rgba(164, 200, 245, 1) 50%, rgba(127, 184, 245, 1) 74%, rgba(75, 113, 150, 1) 100%);
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #5f5f5f;
}

.plugin img {
    display: block;
    margin: 0 auto;
      margin-bottom: 10px;
  margin-top: 10px;
}

.plugin a {
  color: #4aa3ff;
  text-decoration: none;
  font-weight: bold;
}

.plugin a:hover {
  color: #cce6ff;
  text-shadow: 0 0 6px #4aa3ff;
}

.wrapper {
  max-width: 940px;
  margin: 0 auto;
}

.banner {
  max-width: 940px;
  margin: 0 auto;
}

.plugintext{
  max-width: 940px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.pluginbutton{
  max-width: 940px;
  margin-top: 5px;
  margin-bottom: 5px;
}


p {
  padding: 10px;
}


 h1 {
    font-size: 20px;      
    line-height: 1.2;     
    overflow: visible;    
}


hr {
    border: none;
    border-top: 2px solid white;
    width: 80%;
    margin: 10px auto;
}

.popup {
  position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
  background: rgba(0,0,0,0.8);
  display: none;
  justify-content: center;
  align-items: center;
}

.popup:target {
  display: flex;
}


.close-area {
  position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
  display: block;
}


.popup img {
  max-width: 90%;
  max-height: 90%;
  z-index: 10; 
}

.plugwrap {
  width: 500px;
  padding: 15px;
  background: rgba(40, 40, 40, 0.55);

}

#container {
  background: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(15px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px;

  max-width: 1200px;   /* makes it a centered panel */
  margin: 40px auto;   /* centers it */
  padding: 30px;       /* gives breathing room */
}








.backbtn {
  width: 50px;
  padding: 5px;


  background: rgba(40, 40, 40, 0.55);



  border-radius: 8px;


  border: 1px solid rgba(255, 255, 255, 0.25);


  box-shadow:
    0 0 20px rgba(0, 0, 0, 0.6),
    inset 0 0 8px rgba(255, 255, 255, 0.15);

  margin: 5px auto 5px auto;

  font-family: "Segoe UI", Tahoma, Verdana, sans-serif;
}


.backbtn h1 {
  font-family: "Segoe UI", Tahoma, Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;

  color: #ffffff;
  text-shadow: 0 0 3px rgba(0,0,0,0.7);

  margin: 0 0 10px 0;

 
background: linear-gradient(180deg,rgba(117, 159, 191, 1) 0%, rgba(159, 199, 237, 1) 24%, rgba(164, 200, 245, 1) 50%, rgba(127, 184, 245, 1) 74%, rgba(75, 113, 150, 1) 100%);
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #5f5f5f;
}

.backbtn a {
  color: #4aa3ff;
  text-decoration: none;
  font-weight: bold;
}




