@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

.bg-custom {
    background-color: #454545 !important;
}

.text-custom {
    color: #FF6000 !important;
    font-family: Poppins, serif;
}

.plant-image {
    max-width: 15em !important;
}

.form-check {
    margin-left: 20px;
}

#brand-custom {
    margin-right: 0;
    padding-right: 1rem;
}

#brand-resonect {
    color: #FF6000;
    font-family: Poppins, serif;
    font-weight: bold;
    font-style: italic;
    margin-left: 1rem;
}

#footer-custom {
    background-color: #454545;
    color: white;
}

#full-height {
    min-height: 76vh;
}

.max-w-36 {
    max-width: 36rem;
}

.custom-border {
    border-bottom: #FF6000;
}
