#navbar {
    background-color: #d1d8e0;
}

body {
    background: url(/static/pictures/paint_surface.jpg) no-repeat center center fixed; 
    background-size: cover;
    position: relative;
}

#bottom {
    background-color:#3867d6;
}

#tasklist {
    min-height: 100vh;
}

.navbar .navbar-nav .nav-item .pano {
    color: #fff;
    border-radius: 10px 10px 10px 10px;
}
  
.navbar .navbar-nav .pano-li .focus {
    background-color: #dcdde1;
    color: #192a56;
}

.navbar .navbar-nav .pano-li:hover {
    background-color: #222f3e;
    border-radius: 10px 10px 10px 10px;
}


#iletisim {
    background-color: #0c2461;
    opacity: 0.7;
    border-radius: 10px 10px 10px 10px;
}


.custom-btn {
    font-size: 0.75rem; /* adjust the value as needed */
    padding: 0.25rem;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
  }


@media (max-width: 576px) {
    .table-responsive {
      font-size: 0.8rem;
    }
  }
  
h1 {
font-size: 1.6rem; /* or adjust the value to your desired size */
}