* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

a,
a:hover,
a:visited,
a:active {
    color: whitesmoke;
    text-decoration: none;
}


.card-title {
    font-size: 24px;
}

.section_title {
    font-size: 28px;
    text-align: center;
}

.page_title {
    background-color: #383a3d;
    color: whitesmoke;
    font-size: 24px;
    padding: 8px;
    text-align: center;
}

.section_banner {
    position: relative;
    text-align: right;
    color: whitesmoke;
}

.centered_text {
    position: absolute;
    top: 40%;
    left: 65%;
    transform: translate(-50%, -50%);
}

.hero_title {
    font-size: 50px;
}

.hero_text {
    max-height: 100px;
    font-size: 28px;
}

/* Section Feeders */

.section_feeders {
    padding: 40px;
}

.feeders_section {
    padding-top: 10px;
}

.feeders {
    display: flex;
    justify-content: center;
}

.feeders_image {
    max-height: 275px;
}

.description {
    min-width: 125px;
}

.weight {
    min-width: 125px;
}

/* td {
    text-align: right;
} */

/* End Of Section Feeders */

.footer {
    background-color: #383a3d;
    color: whitesmoke;
}

.footer_content {
    display: flex;
    margin: auto;
    padding: 20px 0;
    width: 80%;
}

.footer_column {
    margin: 20px;
    width: 33.33%;
}

.copywrite {
    padding: 20px;
    text-align: center;
}