* {
    font-family: Roboto;
}

.container-size {
    max-width: 700px;
}

body {
    background: linear-gradient(#f5f5f5fa, #f5f5f5fa), url(https://i.pinimg.com/736x/b1/fa/8d/b1fa8d7234039d30c4d673ea40c9e04b.jpg) !important;
    background-size: 300px !important;
}

#md-content h1,
#md-content h2,
#md-content h3,
#md-content h4,
#md-content h5,
#md-content h6 {
    font-weight: bold;
}

#md-content h1 {
    font-size: 2rem;
}

#md-content h2 {
    font-size: 1.6rem;
}

#md-content h3 {
    font-size: 1.3rem;
}

#md-content h4 {
    font-size: 1.1rem;
}

#md-content h5 {
    font-size: 1rem;
}

#md-content h6 {
    font-size: 0.9rem;
}

#md-content .recommendations * {
    font-size: 1em!important;
    line-height: 1;
}

#md-content hr {
    margin: 2em 0;   
    border: 1px dashed #919191; 
}

a {
    text-decoration: none !important;
}

#authModal {    
    outline: none;
    border-radius: 10px;    
}

#authModal::backdrop {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
}

* {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

.higthlight-h {
    background-color: #ffecaeff;
}