searchbar {

position: absolute;
right: 10%;
top: 0px;
padding: 5px;
padding-top: 0px;
background-color: #1d1f21;
border: 1px solid #8f8f8f;
border-top: 0px;
border-radius: 0 0 4px 4px;
box-shadow: 2px 2px 4px 2px #17191a;

} searchbar > input {

margin-left: 1em;

}