  #top2 {
 clear:left;
 width:90%;
 margin: -15px auto;
  justify-content: center;
 text-align: left;"
}

  #top2 {
 clear:left;
 width:90%;
 margin: -15px auto;
 text-align: left;"
}
  #top3 {
 clear:left;
 width:90%;
 margin: -15px auto;
 text-align: left;"
}
.button-1 {
  height: 32px;
  background-color: DodgerBlue;
  border-radius: 8px;
border: 1px solid red;
/*  border-style: none; */
/*  box-sizing: border-box;*/
  color: #FFFFFF;
  cursor: pointer;

font-family:italic bold 8px Arial, Gadget, Sans-Serif;
}

.button-1:hover{
  background-color: #90CAF9 ;
}

#wrapper{
  height: 92px;
  width:50%; 
  margin: auto;
  padding: 0px 65px 0px 5px; /* right 65px moves all a little left of center */
/*
  border: 1px solid black;
*/
}

h1{
  margin-top: 0px;
  padding-top: 0px;
}

.leftColumn{
  height: 90px;
  width: 48.5%;
  float:left;
/*
  border: 1px solid red;
*/
}

.rightColumn{
  height: 90px;
  width: 48.5%;
  float:right;
/*
  border: 1px solid red;
*/
}

button {
    background-color: Transparent;
    background-repeat:no-repeat;
    cursor:pointer;
    overflow: hidden;
    outline:none;

}
