body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

@font-face {
    font-family: fatface;
    src: url("AbrilFatface-Regular.ttf");
}

.container {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}



.title {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: fatface;
}

.author {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 20px;
}

.content {
    text-align: justify;
    line-height: 1.6;
}