/*
 * Filename: 	extra.css
 * Project: 	/Users/shume/Documents/Cahier/docs/docs/css
 * Author: 	shumez <https://github.com/shumez>
 * Created: 	2019-07-25 15:38:5
 * Modified: 	2019-09-23 15:40:38
 * -----
 * Copyright (c) 2019 shumez
 */

img{
    width: 66%; 
    /**float: right;**/
}
img:hover{
    width: 100%;
}
p{
    text-align: justify;
}
strong, a, a:hover, a:visited{
    color: #007448;
}
a:visited{
    font-weight: bold;
}
h1, h2, h3, h4, h5, h6{
    /* padding-bottom: -px */
    margin-top: 30px;
    margin-bottom: 10px;
}