@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.cdnfonts.com/css/anurati');

body {
    background-color: #1a1a1a;
    color: #f8f9fa;
    font-family: "Poppins", sans-serif;
}
.navbar {
    background-color: #343a40;
}
.jumbotron {
    background-color: #212529;
}
.alert-shutdown {
    background-color: #dc3545;
    color: white;
    text-align: center;
    padding: 15px;
    margin-bottom: 0;
}
.title{
    font-family: "Anurati", sans-serif;
}