@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Outfit:wght@100..900&display=swap');

body {
    background-color: aliceblue;
    margin: 0;
}

/* footer */
.app-footer {
    text-align: center;
    padding: 15px 0;
    font-size: 0.75rem;
    color: #64748b;
    opacity: 0.6;
}

.app-footer strong {
    color: #0f172a;     
}

.app-footer a {
    color: #0f172a; 
    text-decoration: none;
}