.mentions {
 
    margin: auto;
   max-width: 800px;
   padding: 8px;
}

.mentions .container {
    position: relative;
    max-width: 800px;
}

.mentions p, .mentions h2, .mentions a, .mentions strong {
    font-family:monospace;

}


.mentions p {
  
    font-size: 1.0em;
    text-align:start;
}

.mentions h2 {
    text-indent: 3em;
    text-align: start;
}

.mentions .quit i {
  
    
    font-size: 2em;
   
}

.mentions .quit {

    position: fixed;
    top: 110px;
    right: 150px;
    opacity: 0.5;
    z-index: 50;

   
}


@media screen and (max-width: 800px) {

.mentions i {
    right: 20px;
    top: 80px;

}
}