header {
    background: gray;
    color: white;
    text-align: center;
    font-size: 2.5rem;
    margin-top: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.body {
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding-left: 20px;
    margin-top: 20px;
    font-size: 1rem;
}
img {
    margin-right: 2rem;
}