.navbar{width:100%;padding:15px 20px;box-sizing:border-box;display:flex;justify-content:center;align-items:center;.profile{position:fixed;top:20px;right:20px;z-index:1000;display:inline-block}.profile img{width:40px;height:40px;border-radius:50%;cursor:pointer;box-sizing:border-box}.profile img:hover{border:2px solid #c2c4c5}.search-box{width:35%;padding:10px 15px;border-radius:20px;border:none;outline:none;font-size:16px;background-color:#2a2a2a;color:white;transition:all .2s ease;margin-top:5px}.search-box::placeholder{color:#aaa}.search-box:focus{background-color:#3a3a3a}}