/*used classes to align container in center, set background color and set image size*/
body{
	text-align: center;
}

.container{
	align-self: center;
	background-color: whitesmoke;
}

.image{
	max-width: 300px;
}

    ul{
	list-style-image: url("https://codecraftworks.dev/web/TehO4AMQo2KPSkNzuoSd/assets/icon.png");
}