html {cursor: url(images/idle.png), auto;}

body {
  background: url("/images/forestbg.png") fixed no-repeat;
  background-size: cover;
  padding: 0;
  margin: 0;
  color: #fff;
  font-family: "Droid Sans", Verdana, sans-serif;
  line-height: 150%;
  } 

a, a:link {color: yellow;} a:visited {
  color: yellow;
  transition: all .5s;}

a:hover {
  color: purple;}

#container {
  background-color: rgba(0,0,0,.7);
  color: #fff;
  width: 50%;
  padding: 3%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);}
h1  { 
  font-family: "Nunito";
    }
  
            @font-face {
                font-family: Nunito;
                src: url('https://sadhost.neocities.org/fonts/Nunito-Regular.ttf');
            }

            @font-face {
                font-family: Nunito;
                src: url('https://sadhost.neocities.org/fonts/Nunito-Bold.ttf');
                font-weight: bold;
            }

            @font-face {
                font-family: Nunito;
                src: url('https://sadhost.neocities.org/fonts/Nunito-Italic.ttf');
                font-style: italic;
            }

            @font-face {
                font-family: Nunito;
                src: url('https://sadhost.neocities.org/fonts/Nunito-BoldItalic.ttf');
                font-style: italic;
                font-weight: bold;
            }
  
            #navbar {
                height: 40px;
                background-color: #13092D;
                width: 100%;
            }

            #navbar ul {
                display: flex;
                padding: 0;
                margin: 0;
                list-style-type: none;
                justify-content: space-evenly;
            }

            #navbar li {
                padding-top: 10px;
            }

            /* navigation links*/
            #navbar li a {
                color: #ED64F5;
                /* navbar text color */
                font-weight: 800;
                text-decoration: none;
                /* this removes the underline */
            }

            /* navigation link when a link is hovered over */
            #navbar li a:hover {
                color: #a49cba;
                text-decoration: underline;
            }

            #flex {
                display: flex;
            }


#hm {
  font-size: 30px;
  text-align: center;
  color: white;
  font-family: consolas;
  position: relative;
  background: white;
  padding: 20px;
  border-radius: 5px;}