diff --git a/5041903.png b/5041903.png
new file mode 100644
index 0000000..268d806
Binary files /dev/null and b/5041903.png differ
diff --git a/coffeemenu.html b/coffeemenu.html
new file mode 100644
index 0000000..4f9c655
--- /dev/null
+++ b/coffeemenu.html
@@ -0,0 +1,60 @@
+
+
+
+
+
+ Cafe Menu
+
+
+
+
+
+
\ No newline at end of file
diff --git a/iconmonstr-candy-13-48.png b/iconmonstr-candy-13-48.png
new file mode 100644
index 0000000..9e18973
Binary files /dev/null and b/iconmonstr-candy-13-48.png differ
diff --git a/iconmonstr-fast-food-18-48.png b/iconmonstr-fast-food-18-48.png
new file mode 100644
index 0000000..19694c9
Binary files /dev/null and b/iconmonstr-fast-food-18-48.png differ
diff --git a/styles.css b/styles.css
new file mode 100644
index 0000000..2f7bde5
--- /dev/null
+++ b/styles.css
@@ -0,0 +1,101 @@
+@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@700&display=swap');
+
+body {
+ background-image: url(5041903.png);
+ background-image: 50px;
+ font-family: sans-serif;
+ padding: 20px;
+ }
+
+
+ h1 {
+ font-size: 40px;
+ margin-top: 0;
+ margin-bottom: 15px;
+ }
+
+ h2 {
+ font-size: 30px;
+ }
+
+ .established {
+ font-style: italic;
+ }
+
+ h1, h2, p {
+ text-align: center;
+ }
+
+ .menu {
+ width: 80%;
+ background-color: burlywood;
+ margin-left: auto;
+ margin-right: auto;
+ padding: 20px;
+ max-width: 500px;
+ }
+
+ img {
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+ margin-top: -25px;
+ }
+
+ hr {
+ height: 2px;
+ background-color: brown;
+ border-color: brown;
+ }
+
+ .bottom-line {
+ margin-top: 25px;
+ }
+
+ h1, h2 {
+ font-family: 'Merienda', cursive;
+ }
+
+ .item p {
+ display: inline-block;
+ margin-top: 5px;
+ margin-bottom: 5px;
+ font-size: 18px;
+ }
+
+ .flavor, .dessert {
+ text-align: left;
+ width: 75%;
+ }
+
+ .price {
+ text-align: right;
+ width: 25%;
+ }
+
+ /* FOOTER */
+
+footer {
+ font-size: 14px;
+ }
+
+ .address {
+ margin-bottom: 5px;
+ }
+
+ a {
+ color: black;
+ }
+
+ a:visited {
+ color: black;
+ }
+
+ a:hover {
+ color: brown;
+ }
+
+ a:active {
+ color: brown;
+ }
+
\ No newline at end of file