@font-face {
    font-family: "Runescape";
    src: url('/rs/runescape_uf.woff'),
    url('Runescape.wof');
}

@font-face {
    font-family: "Runescape-Quill-8";
    src: url('/fl/osrs/RuneScape-Quill-8.woff'),
    url('Runescape-Quill-8.wof');
}

@font-face {
    font-family: "Runescape-Plain-11";
    src: url('/fl/osrs/RuneScape-Plain-11.woff'),
    url('Runescape-Plain-11.wof');
}


body {
    background-image: url('/rs/bg.png');
    background-size: fill;
    background-repeat:repeat;
    background-position:100%;
    font-size: 20px;
    color:var(--color);
}

#container {
  max-width: 765px;
  margin: 0 auto;
  border: 3px solid black;
}

#container a {
    color: #0000ff;
    font-weight: bold;
}

#header {
    width: 100%;
    height: 395px;
    background-image: url('https://planetaryinfluence.neocities.org/fl/osrs/header.png');
}

#navbar {
    border-top: 3px solid black;
    border-bottom: 3px solid black;
    font-family: 'Runescape-Plain-11', 'Geneva, Verdana, sans-serif';
    font-size: 25px;
    height: 40px;
    background-color: #d2c19c;
    width: 100%;
}

#navbar ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    justify-content: space-evenly;
}

#navbar li {
   padding-top: 10px;
}

#navbar li a {
    color: black;
    text-decoration: none;
}

main {
    background-color: #d2c19c;
    padding: 20px;
    font-family:'Runescape-Quill-8', 'Geneva, Verdana, sans-serif';
}

footer {
    background-color: #d2c19c;
    width: 100%;
    height: auto;
    padding: 5px;
    text-align: center;
    font-size: 20px;
    border-top: 3px solid black;
    font-family: 'Runescape-Plain-11', 'Geneva, Verdana, sans-serif';
}

h1, h2, h3 {
    color: black;
    font-family:'Runescape-Quill-8', 'Geneva, Verdana, sans-serif';
}

h1 {
    font-size: 25px;
}

h3 {
  margin:0px;
  padding:0px 10px 10px 10px;
}

p {
  text-align: center;
  margin-top: 0px;
}

strong {
    color: #0000ff;
}

* {
    box-sizing: border-box;
}

a {
  text-decoration: none;
}

table {

  border-collapse: collapse;
}

table, th, td {
  border: none;
  padding: 5px 10px;
  margin-left: 80px;
}


            @media only screen and (max-width: 665px) {
                #flex {
                    flex-wrap: wrap;
                }

                aside {
                    width: 100%;
                }

                #navbar ul {
                    flex-wrap: wrap;
                }
            }