searchbar {

position: absolute;
right: 10%;
top: 0px;
padding: 5px;
padding-top: 0px;
background-color: var(--bg-color);
border: var(--normal-border);
border-top: 0px;
border-radius: 0 0 4px 4px;
box-shadow: 2px 2px 4px 2px #17191a;

} searchbar > input {

margin-left: 1em;

}