.nav{height:72px;background-color:rgba(0,0,0,0);display:flex;align-items:center;justify-content:space-between}.nav .nav-btn{height:36px;width:120px;border-radius:12px;background-color:#fff;color:#1a1a1a;cursor:pointer;transition-duration:.2s;font-weight:700}.nav .nav-btn:hover{background-color:#e9e9e9}