.chose-db {
    margin: auto;
    height: 100%;
}
.pointer {
    cursor: pointer;
    margin: auto;
    display: block;
    border-radius: 25%;
}
.text-info {
    min-height: 170px;
    padding: 1.5rem;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.chosedDB {
    border-radius: 25%;
    margin: auto;
}
.contact {
    background-color: #cecece;
    padding: 0;
}
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
body {
    font-family: "Poppins", Arial, sans-serif;
    line-height: 1.8;
    font-weight: normal;
    background: #fafafa;
    color: #666666; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}