@font-face {
        font-family: "04B-08 by Yuji Oshihoto";
        src: url(font/04b-08/04B-08.TTF);
}

* 
{
    /*background-color: dimgray;*/
    background-color:slategray;
    font-family: "Cambria", "Cochin", "Georgia", "Times", serif;
    font-style: normal;
    font-size: medium;
    font-weight: 700;
    line-height: normal;
}


body
{
    color: azure;
}

/* To visually hide the link */
.visually-hidden {
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
/* To make skip links visible on focus */
.visually-hidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: absolute;
  width: auto;
  /* Adjust the remaining properties to match design */
  outline: none;
  background-color: slategray;
  font-size: 1.5rem;
  font-weight: bold;
  /*color: #5B8900;*/
  color: gold;
  padding: 10px;
  top: 10px;
  left: 10px;
}


/*==============================
 *  Headings
==============================*/
h1
{
    text-align-last: center;
}

h1, h2
{
    font-family: "04B-08 by Yuji Oshihoto";
    font-style: normal;
    font-weight: 700;
    text-shadow: .09em .08em .1em goldenrod;
    color: gold;
}

/*==============================
 *  Quote
==============================*/
blockquote
{
    font-style: italic;
    color: aquamarine;
}

/*==============================
 *  General Text
==============================*/
.banner, footer, main, h1 + p, dl
{   
    max-width: 800px;
    display: block;
    margin: auto;
    color: azure;
}


/*==============================
 *  Links
==============================*/
a
{
    color: gold;
}
a:hover
{
    color: darkorange;
}
a:visited
{
    color:dodgerblue;
}

img, img:hover
{
    background-color: azure;
    color: darkorange;
}

.cmd
{
    color:darkorange;
}

main
{
    display: flex;
    flex-direction: column;
}

/*==============================
 *  Footer
==============================*/
footer
{
    margin-top: 15%;
    text-align-last: center;
    color:gold;
}



