.db-form {
    margin-bottom: 20px;
}

main {
    margin-top: 70px;
}

.text-gradient {
    background: linear-gradient(45deg, #fd450d, #fd00e8, #09b8be);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.form-control {
    border-color: black;
}
