.app-header {
    background-color: rgb(247, 206, 212);
    color: white;
    padding: 15px 20px;
    text-align: center;
}

.app-header h1 {
    margin: 0;
    font-size: 24px;
}

.app-nav {
    margin-top: 10px;
}

.app-nav a {
    color: white;
    margin: 0 10px;
    text-decoration: none;
    font-weight: bold;
}

.app-nav a:hover {
    text-decoration: underline;
} 


