.home {
    background-image: url('media/cherry_blossom.gif');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    color: rgb(247, 93, 152)
}

.article-fried-chicken {
    background-color: rgb(121, 98, 249);
    color: rgb(83, 196, 175);
}

.main-fried-chicken {
    background-image: url('media/pastel_purple.gif');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    color: rgb(122, 216, 112)
}

.main-curry {
    background-image: url('media/fall.gif');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    color: rgb(144, 110, 92)
}

.article-curry {
    background-color: rgb(159, 110, 12);
    color: wheat;
}

.main-garlic-pasta {
    background-image: url('media/leaf.gif');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    color: rgb(18, 141, 155)
}

.article-garlic-pasta {
    background-color: rgb(16, 92, 82);
    color: rgb(83, 196, 175);
}

button {
    background-color: rgb(145, 207, 238);
    color: palevioletred;
}