.topnav{background-color:#333;justify-content:space-between;align-items:center;height:56px;padding:0 16px;display:flex;overflow:hidden}.topnav a{color:#47accb;align-items:center;height:100%;padding:14px 16px;font-size:17px;text-decoration:none;display:flex}.topnav a:hover{color:#47accb;background-color:#444}.topnav a.active{color:#fff}.navToggleBtn{color:#cd5c5c;cursor:pointer}.topnav .icon{display:none}@media screen and (width<=600px){.topnav{flex-wrap:wrap;height:auto}.topnav a:not(.icon){width:100%;display:none}.topnav.responsive a{text-align:left;width:100%;display:block}.topnav .icon{margin-left:auto;display:block}.topnav.responsive{position:relative}}
