.recept{
    display: flex;
    flex-direction: row;
}

.recept p {
    font-weight: 500;
}
.recept h3 {
    text-shadow: 2px 2px 5px rgb(56, 47, 47);
}

.recept img{
    height: 200px;
    width: auto;
    border-radius: 50px;
    border: 5px #ccc solid;

}

.recept_image {

}

.recept-image img {



}

.recept_description {
    padding-left: 20px;


display: flex;
flex-direction: column;

}