header {
    border-bottom: none;
}

footer {
    border-top: 1px solid rgba(255, 255, 255, 0.02);
}

.text-pink {
    color: #d88cd8;
}

.btn-pink-gradient {
    background-color: #CE50A6;
    color: white;
}


input:focus {
    border-color: #CE50A6;!important;
    outline: none;
    box-shadow: none;
}

input {
    border: 2px solid #CE50A6;!important;
    background-color: #1E1E1E;!important;
    color: #FFFFFF;

}


.custom-wrapper {
    border: 1.7px solid #CE50A6 !important;
    border-radius: 50px !important;
    width: 370px;
}

.custom-wrapper input:focus {
    border-color: #CE50A6;!important;
    outline: none;
    box-shadow: none;

}

main {
    margin-top: 20px;
}