h1 {color:blue;}

img{
	display: block;
	margin: 20px auto;}

body{background-color:lightgrey}

/* side-by-side image + text */
.media{
	display:flex;
	align-items: center;
	gap: 16px;
	margin:16px auto;
	max-width: 800px;}

/* side-by-side image + text */
.media img{
	border:2px solid #ccc;
	padding: 6px;
  display: block; /* stops tiny gaps that are inline*/
}


.custom-bullets{
  list-style-image: url("https://codecraftworks.dev/web/MkppgptlRLGvsm0N3Egu/assets/tik-tok_3046121.png");
  padding-left: 40px; /* adds space between the bullets*/
  margin: 20px auto;
  max-width: 600px; /*Keeps everything centered*/  
  font-size:40px;
}


.custom-bullets li {margin-bottom: 10px;}



