

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #cae4fc;
    font-size: 10px;
}

h1 {
    font-weight: bold;
    color: #456689;
}

p {
    margin: 20px 0;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
   
}
