html {
  margin: 0;
  padding: 0;
}
body {
  background-color: rgb(26, 33, 36);
  color:wheat
}
div {
  text-align: center;
  /* width: 100%; */
  padding: 0;
  margin: auto;
}
p {
  font-family: verdana;
  /* font-size: 20px; */
  text-align: center;
  text-shadow: 2cap;
}
section {
  text-align: center;
}

.thetop {
  font-size: 28px;
  display: flex;
  align-items: center;
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
}
.botnav {
  overflow: hidden;
  background-color: #333;
  color: whitesmoke;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 10px;
}

h1 {
  color: rgb(170, 236, 161);
  text-align: center;
  /* text-decoration-line: overline; */
  /* text-decoration-style: wavy; */
  text-shadow: 2px 2px #f4f8f4;
}
h2 {
  color:darkkhaki;
  text-align: left;
  padding: 0px;
}
/* regular link */
a {
  color:aquamarine;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
}
/* hover */
a:hover {
  background-color: green;
  color: white;
}
/* selected link */
a:active {
  color: yellow;
}
footer {
  text-align: center;
}

/* classes --------------- */ 
/* autosizing ------------ */
.autopic {
  width: 60%;
  height: auto;
}
.fstyle {
  /**/
  width: 100%;
  /* 
  height: 120px;
  border: 1px solid darkgreen; 
  */
  position: fixed;
  bottom: 0;
  left: 0;
}
.dbl {
  /**/
  text-decoration-line: underline;
  text-decoration-style: double;
  color: aquamarine;
}
.isicon {
  width: 24px;
  height: 24px;
}
.isItem {
  color: rgb(60, 196, 83);
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
}
.picsmall {
  width: 118px;
  height: 100px;
}



