h2 {
  text-align: center;
  line-height: 1.5em;
  padding-bottom: 45px;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #111;
  padding-top: 50px;
  font-size: 40px !important;
}

h2:before {
  position: absolute !important;
  font-family: "Playfair Display", serif !important;
  left: 0 !important;
  bottom: 20px !important;
  width: 60% !important;
  left: 50% !important;
  margin-left: -30% !important;
  height: 1px !important;
  content: "" !important;
  background-color: #777 !important;
  z-index: 4 !important;
}

/* h2:after {
    position: absolute !important;
    width: 40px !important;
    height: 40px !important;
    left: 50% !important;
    margin-left: -20px;
    bottom: 0px !important;
    content: '\00a7' !important;
    font-size: 30px !important;
    line-height: 40px !important;
    color: #c50000 !important;
    font-weight: 400 !important;
    z-index: 5 !important;
    display: block !important;
    background-color: #f8f8f8 !important;
} */

/* === HEADING STYLE #3 === */
h3 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
}

h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #0c101a;
}

h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #1c2538;
}

.content-area .container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-header {
  padding-bottom: 50px;
  text-align: center;
}

.description_article2 {
  font-size: 22px;
}

a:hover,
a {
  text-decoration: none !important;
}

.navbar-color-loggedin,
.star-background {
  font-size: 1.2em;
  background-image: linear-gradient(rgba(17, 27, 41, 0.6), rgba(17, 27, 41, 0.6)), url(https://assets.tryhackme.com/img/svgs/star-pattern.svg);
  background-color: #3a003a !important;
}

@font-face {
  font-family: "Nove";
  font-display: block;
  src: url('libs/fonts/novecento-slab-book/Novecento\ Slab\ Wide\ Medium.otf');
}

#menu-menu-principal a, .page-header span
{
  font-family:Nove;
  color:white;
}
#menu-menu-principal 
{
  padding-left:40px;
}
figure 
{
  text-align:center;
}
.article img 
{
	width:100% !important;
}