h1 {
    color: blue;
}

nav {
    background: linear-gradient(135deg, #FF6A00, #FF6A00, #FF9F00);
    color: white;
    padding: 15px;
    text-align: center;
}