body {
    font-family: Arial, sans-serif;
    background: linear-gradient(to right, rgb(255, 170, 73),#fdac41);
    text-align: center;
    margin: 0;
    padding: 0;
}

header {
    background-color: #cc6600;
    color: white;
    padding: 20px;
}

.marquee {
    background-color: #ff9900;
    padding: 10px;
    font-weight: bold;
}

button {
    background: linear-gradient(to right, #cc6600, #ff9900);
    color: white;
    padding: 15px 30px;
    margin: 10px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

button:hover {
    background: linear-gradient(to right, #994d00, #ff8000);
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3);
    transform: scale(1.05);
}
h3{
    text-align: right;
}
p{
    text-align: right;
}
li{
    text-align: right;
}