.input-wrapper {    
    font-family: 'Noto sans';
    border-radius: 20px;
    background: #EBE1E1;
    font-size: 40px !important;
    text-align: center;
    font-weight: 400;

}

.input-wrapper::placeholder {
    color: #928E8E;
}
