body {
    font-family: Arial, Helvetica, sans-serif;
}

.headerrow {
    background-color: green;
    color: white;
    text-align: center;
}

.headerimage {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.recipeimage {
    width: 300px;
    height: auto;
    object-fit: contain;
}

.title {
    background-color: white;
    color: green;
    font-size: 24px;
    margin-top: 16px;
}

.subtitle {
    font-size: 16px;
}

.mainsection {
    background-image: linear-gradient(to right, white, green);
    color: grey;
    padding: 16px;
}

.mainlist {
    list-style: none;
    padding: 0px;
}

.mainitem {
    margin: 10px;
}