.logo{display:flex;align-items:center;margin-left:50px}.logo img{width:40px;height:40px;margin-right:10px}.logo span{font-size:20px;font-weight:700;color:#333}.hamburger{display:flex;flex-direction:column;justify-content:space-between;width:30px;height:20px;cursor:pointer;order:-1}.hamburger span{display:block;width:100%;height:4px;background-color:#333;border-radius:2px}@media (min-width:768px){.hamburger{display:none}}