
body {
    background-color: lightblue;
    font-family: sans-serif;
    color: #333;
    padding: 20px;
    line-height: 1.6;
}

h1 {
    color: darkblue;
    text-align: center;
}
img{
    width: 300px;
    height: 270px;
}
section {
    background-color: white;
    padding: 15px;
    margin-top: 20px;
    border-radius: 10px;
}

ul {
    list-style-type: square;
}

footer {
    text-align: center;
    margin-top: 50px;
    font-size: 0.8em;
}
