.detail {
    width: 60%;
    min-height: 100%;
    height: auto;
    margin-left: 20%;
    font-size: 1.3rem;
    border-radius: 20px;
    padding: 0 0 30px;
}

.prepa {
    line-height: 28px;
    padding: 0 60px;
}

.form-del {
    top: 30px;
    right: -60px;
    font-size: 2em;
    width: 50px;
    height: 50px;
}

.btn-edit {
    top: 90px;
    right: -60px;
    font-size: 2em;
    width: 50px;
    height: 50px;
}

.leftButton {
    margin-left: 30%;
    margin-top: -100px;
}

.buttonHome {
    font-size: 1.2rem;
}

.TopDetail {
    font-size: 1rem;
    margin: 0;
    justify-content: space-evenly;
}

.detail img {
    width: 50%;
    height: 500px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px 0 0 0;
}

.phone-form {
    display: none;
}

.computer-top-detail {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.computer-top-right-detail {
    width: 50%;
}

.ingredient {
    font-size: 1rem;
    padding-left: 20px;
}