/* Full page background*/
body {
    background-color: #F5DEB3; /* Light Sandal */
    margin: 0;
    font-family: Arial, sans-serif;
}

/* Header */
header {
    background-color: #87CEFA; /* Light Blue */
    padding: 20px;
    text-align: center;
}

/* H1 */
h1 {
    color: red;
    font-size: 40px;
    margin: 0;
}

/* Other Text */
p {
    color: #333;
    font-size: 18px;
    text-align: center;
}