* {
  margin: 0;
  padding: 0;
  font-family: verdana;

}
  body {
    color: black;
    background-image: url("https://inkpistachio.neocities.org/bumps.gif");
    -webkit-font-smoothing: antialiased;
  }
  container {
    width: 1000px;
    height: 990px;
    border: 5px solid #000;
    background-color: #fff;
    left: 15%;
    margin-top: 20px;
    margin: auto;
    position: absolute;
  }
  .sidebar {
    width: 200px;
    height: 991px;
    border: 5px solid #000;
    box-sizing: border-box;
    background-color: white;
    left: 15%;
    position: absolute;
    }
  button {
    background-color: slategray;
    height: 30px;
    width: 100%;
    border: 5px outset darkslategrey;
    font-weight: bold;
    left: 15%;
  }
  .main {
    width: 785px;
    height: 834px;
    border-right: 5px solid #000;
    position: absolute;
    margin-left: 200px;
    margin-top: 132px;
    padding: 10px;
    left: 15%;
    background-color: white; 
    border-bottom: 5px solid black;
  }
  .header {
    background-image: url("https://inkpistachio.neocities.org/reptiles.gif");
    width: 900px;
    height: 122px;
    left: 15%;
    position: absolute;
    margin-left: 100px;
    border: 5px solid #000;
    color: white;
    font-size: 50px;
    -webkit-text-stroke: 4px black;
  }
  .topbit {
    width: 190px;
    height: 190px;
    border-bottom: 5px solid black;
    left: 0%;
    position: absolute;
  }
  a {
    color: white;
  }
  a:hover {
    color: lightgrey;
  }
  a:visited {
    color: black;
  }