@font-face {
    font-family: IBM Model3x;
    src: url("../fonts/Ac437_IBM_Model3x_Alt1.ttf") format("truetype");
}

html,
body {
    height: 100%;
}

body {
    color: rgb(31, 31, 0);
    background-color: #fafce7;
    font-family: IBM Model3x;
    font-size: 14px;
    cursor: url("../imgs/cursors/normal-select-2-yellow.gif"), auto;
}

a:link {
    color: rgb(138, 140, 255);
}

a:visited {
    color: rgb(169, 75, 170);
}

a:hover {
    color: rgb(255, 124, 124);
    cursor: url("../imgs/cursors/link-select.gif"), auto;
}

nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

h1 {
    font-size: 16px;
}

h2 {
    font-size: 14px;
}

li {
    list-style-image: url("../../img/spiral_green.gif");
}
