body{background-color:#ffebf0;color:white;text-align:center;font-family:'Raleway',sans-serif;}
header{background-color:#ff80ab;padding:10px;text-align:center;}
header a{display:block;}
header img{width:150px;height:auto;margin-left:20px;}
nav{margin-top:15px;}
ul{list-style:none;padding:0;}
li{display:inline-block;margin-right:10px;}
a{text-decoration:none;color:white;}
h2{font-size:2rem;margin-bottom:15px;}
.other-cupcakes{padding:30px 0;background-color:#80d8ff;}
.cupcake-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:15px;}
.cupcake{background-color:#ffb6c1;padding:12px;margin:10px;border-radius:12px;width:450px;height:450px;overflow:hidden;text-align:center;}
.cupcake img{width:100%;height:80%;object-fit:cover;border-radius:10px;}
.cupcake h3{font-size:1.1rem;margin-top:10px;}
.featured-boxes{padding:20px 0;background-color:#ffb6c1;}
.cupcake-box{display:inline-block;margin:12px;width:450px;height:450px;text-align:center;overflow:hidden;}
.cupcake-box img{width:100%;height:80%;object-fit:cover;border-radius:10px;}
footer{background-color:#ff80ab;padding:12px;}
footer p{font-size:1rem;color:white;}
.slideshow{position:relative;margin-bottom:20px;width:450px;height:450px;margin:0 auto;overflow:hidden;}
.slide{display:none;}
.slide img{width:100%;height:100%;object-fit:cover;border-radius:10px; border-color: #80d8ff; border-width: 4px}
p{color:#80d8ff;}
.box-text-color{color:#80d8ff}
.comment{color:#80d8ff }