/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23 Μαρ 2020, 6:45:20 μμ
    Author     : Αχιλλέας
*/

.article-header {
    font-weight: bold;
    font-size: 1.9rem;
}

.article-text {
    font-size: 1.1rem;
    color: #000;
}

.social-buttons-divider {
    width: 50%;
    border-radius: 25px;
    height: 2px;
    background: rgb(0,112,200);
    background: linear-gradient(90deg, rgba(0,112,200,1) 0%, rgba(255,255,255,1) 100%);
}