:root{
    --textcolor:rgb(211, 211, 211);
    --linkcolor:rgb(236,236,236);

    --sheetcolor:rgba(255, 255, 255, 0.792);
    --sheettextcolor:rgb(20, 20, 20);
    --sheetlinkcolor:rgb(87, 87, 87);
}
@font-face {
    font-family: 'univers67_condensed_bold';
    src: url('univers67condensedbold.woff2') format('woff2'),
         url('univers67condensedbold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body{
    background-image: url('newnum.gif');
    max-width: 500px;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    color: var(--textcolor);
    background-color: #000000;
}
body hr{
    border-style: dashed;
}
body h1{
    font-family: 'univers67_condensed_bold';
}
marquee img{
    max-height: 20px;
}
.sheet{
    color: var(--sheettextcolor);
    background-color:var(--sheetcolor);
    border-top: dotted;
    border-bottom: dotted;
    border-radius: 5px;
    padding: 5px;
}
.sheet hr{
    border-style: dashed;
    color: black;
}
.sheet a{
    color: var(--sheetlinkcolor);
}
.sheet ul {
  padding: 0;
}
.sheet li {
  list-style:circle;
  margin: 0.7rem;
  background-color: rgb(213, 213, 213);
}

.buttonbox img{
    max-height:20px;
}