﻿.searchBar {
    width: 100%;
    display: flex;
    align-items: center;
}

#searchQueryInput {
    width: 100%;
    height: 45px;
    background: rgba(0,0,0,0.35);
    border-radius: 25px;
    padding: 0 20px;
    border: none;
    color: white;
}

#searchQuerySubmit {
    background: none;
    border: none;
    margin-left: -45px;
    cursor: pointer;
    color: white;
}
