.position-relative {
    position: relative;
}

.position-fixed {
    position: fixed;
}

.search-block {
    width: 350px;
    z-index: 99;
    margin-top: 10px;
}

.p-1 {
    padding: 5px;
}
