#index section.jumbotron {
    background-color: white
}

body header .bg-dark {
    background-color: rgba(229, 84, 115, 0.05) !important;
}

body header .text-white {
    color: black !important;
}

body .navbar {
    background: rgba(229, 84, 115, 0.05) !important;
    box-shadow: none !important;
}

body .navbar .navbar-brand {
    color: black;
}

body .navbar .navbar-brand:hover {
    color: black;
    opacity: 0.5;
}


body .navbar .container button {
    outline: none;
    background-color: rgba(248, 109, 173, 0.1);
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
}

body .navbar .container button:hover {
    opacity: 0.5;
}

body .navbar .container button:nth-of-type(1) svg {
    width: 20px
}

body header svg path {
    stroke: black;
    fill-opacity: 1;
}

body footer {
    background: rgba(24, 25, 27, 1);
}

body footer.text-muted {
    color: white !important;
}

body footer a,
body footer a:hover {
    color: white;
}

#index .lead {
    max-width: 500px;
    margin: 0 auto 3rem;
}

body #index hr {
    margin-bottom: 3rem;
    margin-top: 3rem;
}

body #index h1 {
    height: 50px;
    margin-bottom: 30px;
    overflow: hidden;
}

body #index h1.jumbotron-heading {
    height: 0px;
    margin-bottom: 0px;
    overflow: hidden;
}

body #index .row {
    width: 1000px;
    margin: 0 auto;
}

body #index .row div:nth-child(1) .card {
    background: rgba(167, 33, 98, 0.04);
}

body #index .row div:nth-child(2) .card {
    background: rgba(5, 151, 160, 0.05);
}

body #index .row div:nth-child(3) .card {
    background: rgba(71, 125, 17, 0.05);
}

body #index .card {
    border: none;
    border-radius: 16px;
    overflow: hidden;
}

body #index .card .card-title {
    font-weight: 700;
}

body #index .card .card-text {
    color: rgba(39, 39, 39, 0.6)
}

body #index .card .btn {
    background-color: transparent;
    border: none;
    overflow: hidden;
    color: black;
    font-weight: bold;
    border-radius: 5px;
}

body #index .btn:hover {
    opacity: 0.5
}

body #index .row div:nth-child(1) .card .btn {
    border: 2px solid rgba(248, 108, 173, 1);
}

body #index .row div:nth-child(2) .card .btn {
    border: 2px solid rgba(108, 206, 248, 1);
}

body #index .row div:nth-child(3) .card .btn {
    border: 2px solid rgba(104, 201, 82, 1);
}

body #index .btn-lg {
    border: none;
    background: linear-gradient(242.7deg, #FDA090 19.49%, #F86CAD 34.79%);
    color: white;
    padding: 14px 20px;
}

html, body {
    margin: 0;
    padding: 0;
    max-width: 100%;
    overflow-x: hidden;
}

img,
table,
iframe {
    max-width: 100%;
    height: auto;
}