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

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

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

button {
    background: linear-gradient(to right, #006600, #66cc66);
    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, #004d00, #55aa55);
    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;
}