* {
    font-family: 'AdorshoLipi', Arial, sans-serif;
}
a{
    text-decoration: none
}
.topbar{
    background-color: #dc3545;
    padding: 10px 15px;
    color: white;
    display: flex;
    justify-content: space-between
}