diff --git a/images/pizza.jpg b/images/pizza.jpg
deleted file mode 100644
index 5fb5265..0000000
Binary files a/images/pizza.jpg and /dev/null differ
diff --git a/images/pizza_image.avif b/images/pizza_image.avif
new file mode 100644
index 0000000..d9e24b1
Binary files /dev/null and b/images/pizza_image.avif differ
diff --git a/index.html b/index.html
index e140dc6..7811624 100644
--- a/index.html
+++ b/index.html
@@ -16,15 +16,15 @@
-

+
Pizza!
My Favorite Toppings:
- - Pepperoni
- - Mozzarella Cheese
- - Mushrooms
+ - Pippy Paneer
+ - Extra Cheese
+ - Chicken Pizza
diff --git a/style.css b/style.css
index 657aa61..6f96c20 100644
--- a/style.css
+++ b/style.css
@@ -10,14 +10,14 @@
@import url(https://fonts.googleapis.com/css?family=Fredericka+the+Great|Lato);
body {
- background-color: #5f5345;
+ background-color: #efbbe0;
}
.pageContainer {
- width: 940px;
+ width: 960px;
margin: 20px auto 0 auto;
padding: 20px;
- background-color: #fff;
+ background-color: rgb(209, 167, 242);
}
.imageContainer {