
@font-face {
    font-family: "Espinosa Nova";
    src: url(otf/EspinosaNova-Regular.otf);
    font-weight: normal;
    font-style: normal;
}

body {
    background: #DCD1BA;
    font-family: "Espinosa Nova", Palatino, "Palatino Linotype", "URW Palladio L";
    font-size: 24pt;
    line-height: 1.3;
    color: #222222;
}

.main {
    width: 960px;
    margin: 50px auto;
}

a {
    color: #E34234;
}

p {
    text-align: justify;
    hyphens: auto;
}

h1 {
    font-weight: normal;
    text-align: center;
    margin: 0 0 20px 0;
}

h1 a {
    text-decoration: none;
}

.words {
    width: 480px;
    margin: 32px auto;
}

.center {
    display: block;
    margin: 0 auto;
}
