/*
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 : 2019-07-27, 20:18:45
    Author     : jarek
*/

@import url('https://fonts.googleapis.com/css?family=Noto+Sans&display=swap');

#main {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    margin-top: 8rem;
}

#social, #footer {
    margin-top: 2rem;
}

#social div {
    margin: 0.2rem;
    text-align: center;
}

#social i {
    margin: 0 0.4rem 0 0.4rem;
}

a {
    text-decoration: none !important;
    color: black !important;
}

#footer span {
    font-size: 13px;
}

