/* lien fonte https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css 

###############
    FONT
###############
*/

body {
    font-family: arial;
    background-color: rgb(238,238,238);
}


/* 
###############
    header
###############
*/


header{
    background-color: rgb(221,221,221);
    border: 1px solid rgb(221,87,53);
    text-align: center;
    
}
h1{
     color: rgb(221,87,53);
     font-family: 'Barriecito', cursive;
     font-size: 2.5em;
}

/* 
###############
    Main
###############
*/

main {
    width: 50%;
    margin-left: 25%;
    text-align: justify;
}

.left-img img{
    float: left;
    margin-right: 10px;
}

.right-img img{
    float: right;
    margin-left: 10px;
}

a {
    text-decoration: none;
}

a:hover {
    font-weight: bold;
}

h2{
    clear:both;
}

p{
    line-height: 1.5;
}

/* 
###############
   Footer
###############
*/
            
footer{
    background-color: rgb(221,221,221);
    border: 1px solid black;
    text-align: center;
    padding-top: 15px;
    margin-top: 35px;
    bottom: 10px;
}

footer img{
    width: 7%;
}

.orange{
    color: rgb(221,87,53);
}

