@font-face {
    font-family: base-font;
    src: url(BTFR_LCBB.otf);
}

body {
    font-family: base-font;
    background-image: url(./img/wood_texture.png);
    background-repeat: repeat;
    flex-wrap: wrap;
    cursor: url(./img/pencil.cur), default;
}

button {
    cursor: pointer;
}

nav ul {
    list-style: none;
    padding-left: 0
}

nav li {
    display: inline;
    margin: 2px;
}


img {
    height: 50vh;
}


a,
a:visited {
    color: black;
}