.actions {
    display: flex;
    align-items: center;
    width: 80px;
}

.recipe-item { 
    margin: 5px;
    display: flex;
    width: 700px;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #880b12;
    padding: 10px;
}

.recipe-image {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
}

.actions .icons { 
    margin: 5px;
    cursor: pointer;
}

.actions .edit {
    color: green;
}

.actions .remove {
    color: red;
}

.search{
    margin-top: 30px;
    width: 400px;
}

#loading {
    justify-content: center;
}

#content {
    display: none;
}