#title {
font-family: 'Montserrat', sans-serif;
font-size:32px;
color:#3E66CA;
text-align:center;
width:98%;
line-height:190%;
}

a:link {
color:blue;
}

a:hover,
a:active {
  color: red;
}


.kondj {
font-family: 'Montserrat', sans-serif;
font-size:16px;
color: #000000;
}
.kondj_pr {
font-family: 'Jomhuria', sans-serif;
font-size:22px;
color: #000000;
}

#lighter{
font-family: 'Kosugi', sans-serif;
font-size:22px;
color:gray;
text-align:center;
width:98%;
line-height:100%;
}

#hideshow{
    width:95%;
font-family: 'Courgette', sans-serif;
font-size:18px;
color:#53595b;
line-height:120%;
}

/* Container holding the image and the text */
.container {
  position: relative;
  text-align: center;
  color: white;
}

/* Top right text */
.top-right {
    background-color:gray;
    opacity: 0.7;
    padding:10px;
  position: absolute;
  top: 18px;
  right: 28px;
}
