body{
    font-family: "arial";
    color: #797979;
}

article.content{
    width: 60%;
    max-width: 800px;
    margin: auto;
    text-align:justify;
    line-height: 2;
}

header.title{
    font-size: 2em;
    text-align: center;
    color: #0FAEB0;
}

h3{
    color: #D35137;
	padding-top: 15px;
}

p.identity{
    font-size: 1.18rem;
    font-weight: bold;
}

p.contact{
    font-style: italic;
}

.contact .app-name{
    color: #0FAEB0;
    font-size: 1.2rem;
    font-weight: bold;
}

p.date{
    padding-top: 30px;
    font-size: small;
    font-style: italic;
    text-align: center;
}

