<!DOCTYPE html>
<html>
<head>
<title>Magically Delicious Cupcakes</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 20px;
background-color: #f7f7f7;
}
h1 {
text-align: center;
color: #442d6c;
font-size: 36px;
margin-bottom: 30px;
}
.description {
text-align: center;
margin-bottom: 30px;
}
.description p {
font-size: 18px;
color: #555555;
line-height: 1.5;
margin-bottom: 10px;
}
.contact-details {
text-align: center;
margin-top: 30px;
}
.contact-details p {
font-size: 16px;
color: #555555;
margin: 5px 0;
}
.image-gallery {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.image-gallery img {
width: 300px;
margin: 10px;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}