@charset "UTF-8";

/* FONT IMPORT */
url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;700&display=swap);
/* BACKGROUND GENERAL */
body {
  background-color:#000000!important;
  background-image:url(https://i.ibb.co/ZGWdv0x/velvet-dark-texture.jpg);
/* textura catifea neagr? */
  background-repeat:repeat;
  background-size:cover;
  color:#D4AF37!important;
/* auriu regal */
  font-family:'Cormorant Garamond',serif!important;
}

/* LINKURI */
a {
  color:#a472ff!important;
/* violet pal */
  text-decoration:none;
}

a:hover {
  color:#d1b0ff!important;
  text-shadow:0 0 5px #fff;
}

/* TITLURI */
h1,h2,h3 {
  color:#D4AF37!important;
  font-size:24px!important;
  letter-spacing:1px;
  text-transform:uppercase;
  text-shadow:0 0 6px #a472ff;
  border-bottom:1px solid #D4AF37;
  padding-bottom:4px;
}

/* PARAGRAFE */
p {
  font-size:18px!important;
  line-height:1.8;
  color:#f5e6c5!important;
}

/* BANNERE IMAGINE */
img {
  border:1px solid #a472ff;
  border-radius:6px;
  box-shadow:0 0 12px #3c006b;
  max-width:100%;
}

/* BOXURI & CONTAINER */
div {
  background-color:rgba(0,0,0,0.6)!important;
  padding:15px;
  border-radius:10px;
  margin-bottom:20px;
}

/* BUTOANE (dac? folose?ti) */
button,.button {
  background-color:#a472ff!important;
  color:#000!important;
  border:none;
  font-family:'Cormorant Garamond',serif;
}