/*
.container {
  width: 30rem;
  height: 20rem;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2); 
  border-radius: 5px;
  position: relative;
  z-index: 1;
  background: inherit;
  overflow: hidden;
}

.container:before {
  content: "";
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
  filter: blur(10px);
  margin: -20px;
}
*/

hr {
    visibility: visible;
    margin: 0 auto;
    margin-top: 40px;
    width: 66.6%;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 0, 255, 0), rgba(255, 0, 255, 0.75), rgba(255, 0, 255, 0));
}

my-email::after {
	content: attr(data-domain);
}
my-email::before {
	content: attr(data-user) "\0040";
}

.container {
  width: 30rem;
  height: 20rem;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .8); 
  border-radius: 5px;
  background-color: rgba(255, 255, 255, .15);
  
  backdrop-filter: blur(5px);
}

.container-dark {
  width: 98vw;
  /*height: 20rem;*/
  height: auto;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .8); 
  border-radius: 5px;
  background-color: rgba(16, 0, 16, .66);
  
  backdrop-filter: blur(5px);
  padding: 8px;
}

.container-flyer-top {
 height: 20rem;
}

.container-flyer {
  max-height: 212px;
  max-width: 150px;
  width: auto;
  height: auto;
  margin: 8px;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .8);
  border-radius: 5px;
  background-color: rgba(255, 255, 255, .15);
  text-align: center;
  float: left;
}
