Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<head>
    <title>Magically Delicious Cupcakes</title>
    <style>
        body {
            background-color: #ffe0e9;
            font-family: 'Arial', sans-serif;
            color: #4d194d;
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        .container {
            width: 90%;
            margin: auto;
            max-width: 1200px;
        }
        h1, h2 {
            color: #ff85a2;
            text-align: center;
        }
        h1 {
            margin-top: 20px;
            font-size: 2.5em;
        }
        h2 {
            font-size: 2em;
            margin-top: 40px;
        }
        p {
            font-size: 1.2em;
            line-height: 1.6;
            text-align: justify;
        }
        .images {
            display: flex;
            justify-content: space-between;
            margin-top: 20px;
            flex-wrap: wrap;
        }