@font-face {
    font-family: "juntion02";
    src: url(junction02.ttf);
}

body {
    margin: 5em;
    font-family: juntion02, sans;
    background-image: url('graphics/double-curve.png');
    background-repeat: no-repeat;
}

h1 {
    margin-bottom: 2em;
/*    text-align: center; */
}

.dictionary div {
    font-style: italic;
    color: black;
    width: 35em;
/*    border: black solid 1px; */
}

.footer {
    position: fixed;
    border: 1px solid rgb(200,200,200);
    padding: 10px;
    bottom: 10px;
    left: 10px;
}