body{background-image: url("RPSLS.png"); background-position: bottom right;
    background-repeat: no-repeat}

button{margin: 2px;}

header{
    background-color: #ffffff;
    border-bottom: 2px solid #cccccc;
    width:100%;
    height:75px;
    margin: 0 auto;
}



/* Dropdown Button style https://www.w3schools.com/howto/howto_js_dropdown.asp */
.dropbtn {
    background-color: #a1e0e0;
    color: black;
    padding: 16px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;

  }

  /* Dropdown button on hover & focus */
  .dropbtn:hover, .dropbtn:focus {
    background-color: #b2dcf8;
  }

  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
    float: right;
  }

  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-family: 'Courier New', Courier, monospace;
  }

  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd}

  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
  .show {display:block;}

h1{
    font-family: 'Courier New', Courier, monospace;
    float: left;
}

h3{font-family: 'Courier New', Courier, monospace;}

h5{font-family: 'Courier New', Courier, monospace;}

p{font-family: 'Courier New', Courier, monospace; font-weight: 500;}

#navigation{
    float: right;}


footer{
    /* background: #666666; */
    border-top: 2px solid #cccccc;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    padding: 2px;
    width: 100%;
    margin-top: 10px;
}
