*{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
    color: black;
}
.portfolio:hover{
    color: darkgrey;
}
body{
    width: 100%;
    height: 100%;
    background-image: url("../img/LA-REPUBLIQUE2.jpg");
    background-size: cover;
    background-repeat:no-repeat;
    background-position: revert;
    background-position: bottom;
}
html, body{
    height: 100%;
    width: 100%;
}
h1, h2, h3, h4, h5, h6{
    font-family: Impact;
}
h1{
    font-size: 2em;
    padding-bottom: 30px;
    padding-top: 50px;
}
h2{
    margin-bottom: 10px;
    font-size: 22px;
}
.ml-50{
    margin-left: 7%;
}
