
body {
    background-color: #ff7f32;
}

.bg-dark {
    background-color: black !important;
}

h1 {
    color: white !important;
    font-size: 100px !important;
    font-weight: bolder !important;
}

.btn-primary {
    background-color: #F17E3A !important;
    border: none;
    color: white !important;
}

.btn-primary:hover {
    background-color: white !important;
    color: #F17E3A !important;
    border-width: 1px;
    border-style: solid;
    border-color: #F17E3A !important;
}

a {
    color: #F17E3A !important;
}

a:hover {
    color: white !important;
}

@media (max-width: 768px) {
    h1 {
        font-size: 50px !important;
        margin-top: 0px !important;
    }
    }

    @media (max-width: 1200px) {
        .registro {
            font-size: 50px !important;
            margin-top: 0px !important;
        }
        }

.bg-card{
    background-color: black !important;
    color: white;
}

.lead-2 {
    color: white;
    font-weight: bolder;
    font-size: 30px;
}

@media (max-width: 768px) {
    .card {
        width: 80%;
        height: auto;
        margin-left: 10%;
    }
}