@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    background-color: #1a1a1a;
    color: #f5f5f5;
}

h1 {
    font-size: 2.8rem;
    color: #F7B801;
    font-weight: 700;
}

.description {
    font-size: 1.2rem;
    color: #ccc;
    margin-bottom: 1rem;
}

.alert-warning {
    background-color: #B20D30;
    color: white;
    border: none;
}

footer p {
    margin: 0.2rem 0;
    color: #ccc;
}

a {
    color: #F7B801;
    text-decoration: underline;
}

hr {
    border-color: #F7B801;
}
