body{
    margin: 50px;
    width:80%;
    justify-self: center;
    background-color: #0e1110;
    color: green;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}

.viz{
    justify-self: center;
    margin-left: 100px;
}

.pageInfo{
    z-index:2;
    position:absolute;
    width:100%;
    flex-wrap: wrap;
    color: white;
    background-color: #0e1111;
    border-bottom: solid 4px green;
    border-left: solid 4px green;
    font-family: 'Courier New', Courier, monospace;
    padding: 16px;
    font-size: 12px;
}

a {
    color: green;
    text-decoration: none;
  }


.dropbtn {
    background-color: #0e1111;
    color: green;
    border: 1px solid green;
    padding: 16px;
    font-size: 16px;
    cursor: pointer;
  }
  
  .dropdown {
    position:absolute;
    right:50px;
    justify-items: right;
  }

  .dropdown-left {
    position:absolute;
    left:50px;
    justify-items: left;
  }
  
  .dropdown-content {
    display: none;
    padding:5px;
    min-width: 160px;
    z-index: 1;
  }
  
  .dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .dropdown-content-left {
    display: none;
    padding:5px;
    width: 400px;
  }
  
  .dropdown-content-left a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

  .dropdown-left:hover .dropdown-content-left {
    display: block;
  }
  
  .expand {
    position:absolute;
    right:200px;
    justify-items: right;
  }

  .small {
    position:absolute;
    right:250px;
    justify-items: right;
  }

  .infoHead{
    background-color: #0e1111;
    border-bottom: solid 4px green;
    border-left: solid 4px green;
    padding:10px
  }

  .dropdown-left-down {
    position:absolute;
    left:200px;
  }