    <style>
        body {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            margin: 0;
            font-family: sans-serif;
        }

        h1 {
            display: flex;
	    align-items: center;

        }	

        div2 {
            display: flex;
	    align-items: center;
	    font-size: 25px;
	    font-weight: bold;
	    margin-top: 20px;
        }

        img {
            margin-right: 10px;
        }
    </style>
