body {
    width:1000px;
    height:auto;
    margin-left:auto;
    margin-right:auto;
    font-size:2em;
    color:rgb(0, 20, 0);
    background-color: rgb(232, 247, 232);
    

}
.container {
    
    
    
    
}



.bannorgrid {
  display:grid;
  grid-template-columns: 60px auto;
  
  
  
  
}
.bannorgrid > div {
  display:block;
  border:solid;
  height:60px;
  
}

.icecream {
  
  
  
  
  
}
.extralogo {
  margin-top:0px;
  padding:0%;
  
  justify-items: start;
}





.extragrid {
    display:grid;
    grid-template-columns: auto auto;
    
    
}
.extragrid > div {
    
    height:301px;
    
}
.gridad {
    align-content: center;
}
 /* unvisited link */
 a:link {
    color:  rgb(13, 0, 27);
    text-decoration: underline;
  }
  
  /* visited link */
  a:visited {
    color: rgb(62, 0, 124);
    text-decoration:none;
  }
  
  /* mouse over link */
  a:hover {
    color: #007a25;
  }
  
  /* selected link */
  a:active {
    color: #220061;
    text-decoration: wavy;
  } 
  .testdiv {
    height:100px;
    width:100px;
    border: solid red;
  }
 