#code {
    -moz-appearance: textfield;
}
.flash-message {
    display: flex;
    justify-content: center;
    margin-top: 2%;
}
.product-image {
    width: 250px;
    height: auto;
}
.logo {
    height: 70px;
    margin-bottom: 5px;
}
.red {
    color: red;
}
.row > * {
    margin-top: .15rem;
    margin-bottom: .15rem;
}
@media (max-width: 576px) {
    .search {
        flex-direction: column;
        align-items: center;
    }
    .search button {
        margin-left: 0!important;
        margin-top: .5rem;
    }
    .image {
        justify-content: center!important;
    }
    .content {
        display: flex;
        flex-direction: column;
    }
}