body{
	background:hsl(220, 15%, 55%);
}
.container{
	font-size: 15px;
	font-family: serif;
	font-weight: 400, 700;
	text-align: center;
	background: hsl(0, 0%, 100%);
    margin: 60px auto 20px auto;
    border-radius: 20px;
    width: 350px;
    font-weight: 400,700;
    
}
.codeimage{
	width: 300px;
	padding: 20px;
	justify-items: center;
	border-radius: 30px;
	height: 300px;
}
h3{
	color: hsl(218, 44%, 22%);

}
h5{
	color:  hsl(212, 45%, 89%);
	padding-bottom: 20px;
}