body{
    font-family: 'Courier New', 'Comic Sans MS', Courier, monospace;
    text-align: center;
}
a{
    color: inherit;
    font-weight: normal;
}
h2{
    font-weight: bolder;
}
.para{
    margin-left: 15%;
    margin-right: 15%;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 2%;
}
.disclamer{
    font-style: italic;
}
.boldLinkToTuto{
    font-weight: bold;
}
.screenshot{
    padding: 1%;
    height: 55%;
}
