
@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;

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

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


img{
    height: 50vh;
}


a, a:visited {
    color: black;
}

@media (max-width: 1000px) {
    
}
