@font-face {
    font-family: Alagard;
    src: url(/2fonts/alagard.ttf);
}

@font-face {
    font-family: 'Victor Mono';
    src: url('/2/VictorMono-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Victor Mono';
    src: url('/2/VictorMono-Bold.ttf');
    font-weight: bold;
    font-style: bold;
}

@font-face {
    font-family: 'Victor Mono';
    src: url('/2/VictorMono-BoldItalic.ttf');
    font-weight: bold;
    font-style: bold italic;
}

@font-face {
    font-family: 'Victor Mono';
    src: url('/2/VictorMono-Italic.ttf');
    font-weight: normal;
    font-style: italic;
}

/* BOXES */

body {
    background-image: url('/1images/bettysgraphics1.gif');
    font-family: 'Victor Mono';
    color: #000300;
    padding: 0px;
}

.box {
    background-color: #F7F7F3;
    height: auto;
    max-width: 450px;
    margin: auto;
    margin-top: 40px;
    padding: 1%;
    border: 1px dashed #000300;
    border-radius: 20px;
    overflow-x: auto;
}

/* FONT STUFF */

p {
    padding-left: 1%;
}


h1 {
    font-family: 'Alagard';
    font-size: 2em;
    font-weight: normal;
    padding: 0px;
    color: #042807;
    text-align: center;
}

a, a:visited, a:active {
    color: #755B69;
    text-decoration: none;
    font-style: italic;
}

a:hover {
    color: #000300;
}

a.nav, a.nav:visited, a.nav:active {
    color: #fff;
    background-color: #755B69;
    padding: 5px;
    margin: 2px;
    border-radius: 2px;
    font-weight: bold;
    text-decoration: none;
    display: inline block;
}

a.nav:hover {
    color: #755B69;
    background-color: #fff;
    padding: 5px;
    text-decoration: none;
    display: inline block;
    transition: 0.5s;
}

/* LISTS */

ul {
    padding-left: 25px;
}

li {
    list-style-image: url('/1images/jasminnie1.gif');
    margin-bottom: 5px;
}



