body {
    font-family: 'Rubik', sans-serif;
    background-color: #0f0f0f !important;
    min-height: 100vh;
}

.title {
    color: #FF5722;
    font-size: 62px !important;
    font-weight: bold;
}

.subtitle {
    background-color: #212121;
    border-radius: 50px;
    display: inline-block !important;
    padding: 10px 50px;
}

.text-heading {
    background-color: #212121;
    border-radius: 50px;
    color: #FF5722;
    display: inline-block !important;
    padding: 6px 20px;
}

.text-subtitle {
    font-size: 32px !important;
    color: #f1f1f1;
}

.nh-icon {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    padding: 14px 4px;
    color: white;
    text-align: center;
    font-size: 62px !important;
    font-weight: bold;
    overflow: hidden;
}

.nh-icon-lg {
    font-size: 54px !important;
    padding: 18px 4px !important;
}

.nh-icon-xlg {
    font-size: 42px !important;
    padding: 28px 4px !important;
}

.nh-label {
    color: white;
    font-size: 16px !important;
}

a {
    display: inline !important;
}

a:hover {
    text-decoration: none;
}

.app-icon {
    max-width: 152px;
    padding: 16px;
    border-radius: 30px;
    text-align: center !important;
}

.app-icon:hover {
    cursor: pointer;
    background-color: #212121;
    padding: 13px;
}

.app-icon:hover .nh-icon {
    width: 125px;
    height: 125px;
    font-size: 65px !important;
}

.app-icon:hover .nh-icon-lg {
    width: 125px;
    height: 125px;
    font-size: 57px !important;
}

.app-icon:hover .nh-icon-xlg {
    width: 125px;
    height: 125px;
    font-size: 45px !important;
}

.indigo {
    background: linear-gradient(0deg, #6863FF 0%, #81AEFF 100%);
}

.orange {
    background: linear-gradient(0deg, #FEA85C 0%, #FFCC6A 100%);
}

.red {
    background: linear-gradient(0deg, #FF536A 0%, #FF865E 100%);
}

.blue {
    background: linear-gradient(0deg, #2C9FF2 0%, #70D3FD 100%);
}

.purple {
    background: linear-gradient(0deg, #D76CEE 0%, #E0A0F3 100%);
}

.green {
    background: linear-gradient(0deg, #54CB68 0%, #9DDD7D 100%);
}

.cyan {
    background: linear-gradient(0deg, #29cab8 0%, #51ecd5 100%);
}

.yellow {
    background: linear-gradient(0deg, #f7c92b 0%, #ffd648 90%);
}

.text-black {
    color: #212121;
}