body {
    margin: 0;
}


input {
    font-size: 18px;
    color: #333;
    width: 100%;
    border-radius: 18px;
    background: #F5F5F5;
    border: none;
    padding: 16px 16px 16px 16px;
    color: rgba(50, 50, 50, 0.50);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}


