@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

* {
  --dark: #393939;
  --red: #22c5d1;
}

body {
  margin: 0;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  position: relative;
  background: url('../assets/css/images/BACK.jpg')  ;
  height: 100%;
}
 
 
.Markos_BC {
  display: flex;
  align-items: center;
   margin-top: 34px ;
  height: 100%;
  justify-content: center;
  background: url("../assets/css/images/BACK.jpg") #000000 fixed;
 

}

.Markos_BC .front,
.Markos_BC .back {
  background-color: var(--dark);
  width: 304px;
  height: 516px;
  margin: 21px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background: url("../assets/css/images/3.gif") #000000 fixed;
   background-position: center; 
   background-size: 100%;
}

.Markos_BC svg {
  width: 50px;
}

.Markos_BC .front:hover{ /* Just for styling */
  cursor: pointer;
  box-shadow: 0 24px 38px 3px rgba(5, 243, 25, 0.904), 0 9px 46px 8px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.2);
  backface-visibility: hidden;
  /* Fix Chrome rendering bug */
  transform: rotate(0deg) translateZ(1px);
  background: #070707;
  background-color: #070707;
 
  outline: 1px solid #19F6E8;
  display: inline-block;

  
}
   
    


 

.Markos_BC h1,
.Markos_BC h2,
.Markos_BC p {
  margin: 0;
  color: #eee;
}

.Markos_BC .red {
  height: 35%;
  background-color: var(--red);
}

.Markos_BC .head {
  display: flex;
  justify-content: center;
  padding: 25px 0;
}

.Markos_BC .head img {
  width: 40px;
}

.Markos_BC .head > div {
  text-align: center;
  margin: 0 10px;
  text-transform: uppercase;
}

.Markos_BC .head > div p {
  font-size: 0.8rem;
  font-weight: 600;
  
}

.Markos_BC .avatar {
  position: absolute;
  width: 50%;
  left: 50%;
  top: 100px;
  transform: translate(-50%);
  text-align: center;
}

.Markos_BC .img {
  background-color: #bfc2c7;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 0%;
  border: 6px solid var(--dark);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Markos_BC .img img {
  width: 80%;
  padding: 10px 0;
}

.Markos_BC .avatar p:nth-of-type(1) {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 15px;
  width: 100%;
  line-height: 28px;
  
}

.Markos_BC .infos {
  position: absolute;
  bottom: 5%;
  left: 5%;
   
}

.Markos_BC .infos > div {
  display: flex;
  margin: 5px;
}

.Markos_BC .infos > div svg {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background-color: var(--red);
  padding: 8px;
  border-radius: 7px;
}

.Markos_BC .infos > div p {
  font-size: 0.8rem;
  margin: 5px 0 ;
  font-weight: 500;
  
}

