.input-box {
        display: grid;
        justify-items: center;
        position: fixed;
        top: 28px;
        left: 0px;
        width: 100%;
        padding: 10px 5px;
        z-index: 100;
}