/* THE NICE SAGE CSS */
/* CODES BY SAGE. NO CREDIT NEEDED. HAVE FUN YOU CRAZY KIDS */
/* sage-codes.tumblr.com */
 
.nicesage {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
  background: #efefef;
  margin: auto;
  box-sizing: border-box;
  border: 1px solid #bbbebc;
  font: 400 1em lato;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
 
.nicesage.bg::before {
  background: url(https://img.nickpic.host/qvLxrc.jpg) center no-repeat;
  background-size: cover;
  opacity: 0.4;
  filter: grayscale(100%);
  content: "";
  position: absolute;
  z-index: 1;
  top: 0; left: -1px;
  width: calc(100% + 1px); 
  height: 100%;
    border-radius: 10px;
 
}
 
.nicesage .heading {
  border-bottom: 1px solid #080808;
  padding: 20px 40px;
  font: small-caps 700 1em 'M PLUS 1 Code';
  text-transform: lowercase;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  position:relative;
  z-index: 2;
}
 
.nicesage .heading .title {
  margin-right: 20px;
}
 
.nicesage .heading img.avatar {
  position:absolute;
  right:-40px; top: -40px;
  border-radius: 100px;
  border: 1px solid #bbbebc;
  padding: 5px;
  object-fit: cover;
  width: 75px; height: 75px;
}
 
.nicesage img.long {
  border-radius: 0 0 5px 5px;
  border-bottom: 1px solid #bbbebc;
  border-left: 1px solid #bbbebc;
  border-right: 1px solid #bbbebc;
  padding: 5px;
  object-fit: cover;
  margin: 0 auto 0px auto;
  max-width: 200px; height: 75px;
}
 
.nicesage .text {
  padding: 20px 40px;
  text-align: justify;
  line-height:140%;
  position:relative;
  z-index: 2;
}
 
.buttons button {
  position: relative;
  width: .8rem;
  height: .8rem;
  border: none;
  border-radius: 100%;
  background: #000;
  margin: 0 5px 0 0;
}
 
.nicesage .tag {
  padding: 0 40px 20px 80px;
  text-align:right;
  font: small-caps 700 1em 'M PLUS 1 Code';
  letter-spacing: 1px;
  position:relative;
  z-index: 2;
}