.form-control {
    background-color: #23272F !important;
    border: 2px solid gray;
}

.contact-form {
    background-color: #303540;
    border-radius: 10px;
}

.card-text {
    font-size: larger;
}

.emotional-header-text {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.emotional-header-text h1, .emotional-header-text h2 {
    text-shadow: 4px 4px 20px black;
}

.emotional-header-text h1 {
    font-weight: 700;
}

.emotional-header-text h2 {
    font-weight: 300;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.headline {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

footer {
    font-size: 0.75rem;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .card-text {
        font-size: medium;
    }
    
    .card-text, .card-title {
        text-align: center !important;
    }

    .card-body {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}

@media screen and (max-width: 991px) {
    footer {
        justify-content: center;
    }
}