body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
}
.container {
    max-width: 90%;
    margin: 20px auto;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header, footer {
    background: #51266E;
    color: white;
    text-align: center;
    padding: 10px 0;
}
header{
    padding: 0px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header img{
    width: 100px;
    height: 100px;
}
h1 {
    color: #51266E;
    text-align: center;
}
p {
    line-height: 1.6;
    text-align: center;
}