body
{
    font-family: 'Noto Serif', serif;
    font-size: 20px;
    text-align: justify;
    margin-right: 200px;
    margin-left: 200px;
    margin-top: 50px;
    margin-bottom: 50px;
}

h1,h2{
    font-family: 'Anton', serif;
}

h1{
    font-size: 40px;
}
h2{
    font-size: 30px;
}

.premsp{
    font-weight: bold; 
}

#definition{
    font-style: italic;
}
#menu{
    width: 400px;
    border-style: solid;
    border-width: 5px;
    border-radius: 20px;
}
footer{
    background-color: gainsboro;
    text-align: center;
    color:red;
}

.img1{
    float:right;
    clear: both;
}

.img2{
    float: left;
    clear: both;
}