.toptable{



}
@font-face {
    font-family: myfirstfont;
    src:  url('Satisfy-Regular.ttf') format('truetype');
}


.topnav {
  overflow: hidden;
  flow: left;
  font-family: myfirstfont;
  padding:inherit;
  background: rgba(0, 0, 0, 0);
   position: static;
   display: inline-block;
   height: 30%;


}
.logo{
float:left;



}
.topnav a {
  float: left;
  display: block;
  color: #000;
  text-align: center;
  padding: 14px 16px;
  margin-top: 19px;
  text-decoration: none;
  font-size: 30px;
}
.topnav img{
  float:left;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background: rgba(0,0,0,0);
  color: black;
}

.topnav .icon {
  display: none;
}
