.detail {
    width: 100%;
    height: auto;
    font-size: 2.3rem;
    padding: 0 0 40px;
}

.prepa {
    font-size: 1em;
    padding: 5px 30px;
}

.ingredient {
    font-size: 1em;
    padding: 5px 60px;
}

.computer-form {
    display: none;
}

.leftButton {
    padding-left: 5%;
    margin-left: 0;
}

.buttonHome {
    font-size: 2rem;
}

.detail img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}

.phone-form {
    font-size: 3rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-bottom: 20px;
}

.fav-detail-phone button {
    width: 70px;
    height: 70px;
    font-size: 3rem;
    background: transparent;
    outline: none;
    border: none;

}

.TopDetail {
    margin-bottom: 20px;
}