html,
body {
    height: 100%;
}


body {
    font-family: 'Satoshi', sans-serif;
    text-align: center;
}

.bg-purple {
    background: #971699;
    color: white;
}

.bg-purple:hover {
    border: 1px solid #971699;
    background: white;
    color: grey;
}

.bg-purple:hover a {
    color: grey !important;
}

.bg-purple:hover i {
    color: grey !important;
}

.Sign {
    font-size: 14px;
    font-weight: 500;

}

.main-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    color: #101828;

}

.color-purple {
    color: #971699;
}

.text-gray {
    color: #475467;
}

.border-purple {
    border-color: #971699;
}

.icons {
    width: 30.68px;
    height: 27.61px;
    top: 4.6px;
    left: 3.07px;
    gap: 0px;
    border: 3.07px 0px 0px 0px;
    opacity: 0px;

}
