body {
    background-color: blue;
    text-align: center;
}
.recipe-left {
    text-align: left;
    display: flex;

}
.recipe-right {
    text-align: right;

    display: flex;
    float: right;
}
.right-paragraph {
    text-align: left;
}
.pink {
    color: deeppink;
}
.purple {
    color: mediumpurple;
}
.orange {
    color: orange;
}