body{
    background-color: #fff8f0;
    font-family: sans-serif;
    color: #333;
}

h2{
    color: #d9534f;
    text-align: center;
}

section{
    padding: 20px;
    margin: 20px auto;
    max-width: 800px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px lightgray;
}

section img{
    width: 150px;
    height: 150px;
    margin: 10px;
    border-radius: 10px;
}

image-grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

p{
    color: blue;
    font-size: 30px;
    font-weight: bold;
}

footer{
background-color: #d9534f;
color: white;
text-align: center;
padding: 20px;
margin-top: 30px;
}

footer a{
    color: yellow;
    text-decoration: none;
    margin: 0 5px;
}


.box{
    width: 800px;
    height: 800px;
    background-color: blueviolet;
}

.box p{
    color: white;
    font-size: 16px;
}