/* Header Styles */
header {
    width: 100%;
    background-color: #ffcccb;
    color: #800080;
    padding: 20px;
    border-bottom: 5px dashed #d98fcc;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

h1 {
    margin: 0;
    font-size: 2em;
}