
body {
  background-image: url('stars.gif');
  color: black;
  font-family: monospace;
  font-weight: 400;
  font-style: normal;
      }

.menu {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  background-color: white;
  border-radius: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  width: 700px;
  height: auto;
  text-align: justify;
  text-align-last: justify;
  font-family: monospace;
  color: black;
  border-style: hidden;
        }

.info {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  background-color: white;
  border-radius: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  width: 700px;
  height: auto;
  font-family: monospace;
  color: black;
  border-style: hidden;
        }
 
.sideboard {
   margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  background-color: white;
  border-radius: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  width: 700px;
  height: auto;
  font-family: monospace;
  color: black;
  border-style: hidden;
        }

a:link  {
  color: black;
        }

a:hover {
  color: grey;
        }

h6  {
  display: block;
  font-size: .50em;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 0;
  font-weight: normal;
    }
    
.lost {
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  background-color: white;
  border-radius: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  width: 700px;
  height: auto;
  text-align: ;
  text-align-last: center;
  font-family: monospace;
  color: black;
  border-style: hidden;