@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
    font-family:'Inter', sans-serif;
    background-color: #fdfdfd;
;
}
.purple{
    background: linear-gradient(135deg, #5f4fcf 0%, #7b68ee 100%);;
}

footer {
    color: #5f4fcf;
    padding: 1.5rem 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    font-family: 'Comfortaa', cursive;
}

.footer-content p {
    font-size: 0.9rem;
    opacity: 0.95;
}

.footer-content i {
    opacity: 0.9;
}
.footer-content .bash {
    color: #5f4fcf;
    text-decoration: none;
    font-weight: bold;
}
