footer {
    background-color: lightblue;
    text-align: center;
    height: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
}
header h1 {
    font-size: 3em !important;
    margin-bottom: 20px !important;
    background: linear-gradient(to right, #ff8a00, #e52e71) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
footer p {
    margin: 10px;
    padding: 0;
    font-size: 200px;
    color: #333;
    line-height: 1.5;
}
footer p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #333;
    line-height: 1.5;
}
footer a {
    color: #333;
    text-decoration: none;
}
header {
    background-color: #f4f4f4;
    text-align: center;
    padding: 10px 0;
    border-bottom: 2px solid #ccc;
}
header h1 {
    margin: 0;
    font-size: 24px;
    color: #333;
}
header nav {
    margin-top: 10px;
}
header nav a {
    color: #007BFF;
    text-decoration: none;
    margin: 0 10px;
    font-size: 14px;
}
main {
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}