.content {
   font-size: 18px;
   text-rendering: optimizeLegibility;
   -webkit-font-smoothing: antialiased;
}
.content h1 {
   font-size: 30px;
   font-weight: 100;
}
.content h2 {
   font-size: 30px;
   font-weight: 100;   
   color: #666666;
}

.content h2 em {
   color: #666666 !important;
}

.content :global .ql-align-center {
   text-align: center;
}

.content :global .ql-align-right {
   text-align: right;
}

.content img {
   max-width: 100%;
}

.title {
   font-size: 40px;
   font-weight: 100;
   font-style: normal;
   font-stretch: normal;
   line-height: normal;
   letter-spacing: normal;
   text-align: left;
   margin: 0;
   padding: 0;
}

.author {
   margin-top: 10px;
   margin-bottom: 20px;
   float: left;
   width: 100%;
}
.author .userdata {
   float: left;
   font-size: 14px;
   margin-left: 10px;
}
.author .userdata .data {
   font-size: 12px;
}