/* site.css */





header , body{
    font-family: Comic Sans MS;
    border: solid 1px black;
    background-color: pink;
    margin-right: auto;
    margin-left: auto;
}
span {
	font-size: 75px;
	margin-top: 5px;
}
.description {
	text-align: center;
	width: 100%;
	border-width: 1px;
	border-style: solid;
 	margin-right: auto;
 	margin-left: auto;
 	height: 200px;
 	background-image: linear-gradient(darkgray,lightgray)

}

.banner {
	width: 50%;
	align-items: center;
	
	
}
.cupcake {
	position: absolute;
	width: 200px;
	display: block;
    margin-left: auto;
    margin-right: auto;
    
	
}

.list{
 	position: absolute;
 	border:1px black;
 	height: 200px;
 	width:125px;
 	border-style: solid;
 	margin-right: 10px;
 	margin-left: 10px;
 	text-align: left;
 	padding-top: 50px;
 	background-image: linear-gradient(darkgray,lightgray)
}

.background{
	
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    padding: 5px;
}



