body {
    background-color: rgb(27, 22, 22);
    font-family: Eva;

}

#linkPapers a {
    font-size: 30px;
    color: #E6DED3;
    line-break: strict;
    line-height: 35px;

}

a {
    color: #E6DED3;
    line-height: 5px;
    text-indent: 5%;
    margin-bottom: 0.5%;


}

h1 {
    color: #E6DED3;
    margin-bottom: 0.5%;

}

p {
    color: #E6DED3;

}

@font-face {
    font-family: Eva;
    src: url(assets/EVA-Matisse_Standard.ttf);

}

@media (max-width: 600px) {
    #linkPapers a {
        font-size: 22px;
        line-height: 28px;
        word-break: break-word;

    }

}