@font-face {
    font-family: b;
    src: url(/assets/fonts/Montserrat/static/Montserrat-ExtraBold.ttf);
}
@font-face {
    font-family: n;
    src: url(/assets/fonts/Montserrat/static/Montserrat-Regular.ttf);
}
@font-face {
    font-family: l;
    src: url(/assets/fonts/Montserrat/static/Montserrat-Light.ttf);
}
@font-face {
    font-family: xl;
    src: url(/assets/fonts/Montserrat/static/Montserrat-ExtraLight.ttf);
}
a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-family: n;
    margin-left:5px ;
}
a:hover {
    text-decoration: underline;
}
body {
    background-color: rgb(26, 26, 26);
    
}
h1 {
    color: white;
    font-family: b;
    margin-left:5px ;
    
    

}
p {
    color: white;
    font-family: n;
    margin-left:5px ;
}
div.science {
    font-size: 30px;
    text-decoration:none ;
  }
  header.science {
    background-color: rgba(26, 26, 26, 0.5);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px) ;
    
    position: sticky;
    position: -webkit-sticky;
    top:0px;
    z-index: 1000;
    left: 0px;
    margin-right: 0px;
    margin-left:0px ;
    
  }
 
  
  a.science:hover {
    text-decoration: none;
  }
  b {
    font-family: b;
  }

  h2 {
    color: white;
    font-family: b;
    margin-left: 5px;
}
h3 {
    color: white;
    font-family: b;
    margin-left: 5px;
}
h4 {
    color: white;
    font-family: b;
    margin-left: 5px;
}
h5 {
    color: white;
    font-family: b;
    margin-left: 5px;
}
h6 {
    color: white;
    font-family: b;margin-left: 5px;
}
footer {
    position: sticky;
    bottom: 0px;
    background-color: rgba(26, 26, 26, 0.5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(4px) ;

}
body {
    margin: 0;
    padding: 0;
}

  
/*n ui


*/
@font-face {
    font-family: n;
    src: url(static/Montserrat-Regular.ttf);
}
@font-face {
    font-family: b;
    src: url(static/Montserrat-ExtraBold.ttf);
}
body {
    background-color: rgb(26,26,26);
    font-family: n;
    color: white;
}
b {
    font-family: b;
    
} 
.noiceui {
    background-image: linear-gradient( to right, #ff6666 , #e300ff);
    background-clip: text;
    color: transparent;
}
table {
    font-family: n;
    border-collapse: collapse;
    width: 100%;
        }
    table td, table th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
        }
        code {
            display: block;
            font-family: 'Courier New', Courier, monospace;
            font-size: 14px;
            line-height: 1.5;
            background-color: #2a2a2a;
            color: #eee;
            padding: 12px;
            border-radius: 5px;
            border: 1px solid #3a3a3a;
            white-space: pre-wrap;
            overflow-x: auto;
            margin: 10px 0;
        }
        
        pre code {
            display: block;
            padding: 16px;
            background-color: #f7f7f8;
            border: 1px solid #ddd;
            border-radius: 5px;
            overflow-x: auto;
            margin: 0;
            outline-color: #3a3a3a;
        }
        button.noiceui-med {
            padding:5px;
        }
        button.noiceui-big {
            padding:10px;
        }
        button {
            margin-left: 5px;
            border-radius: 50vw;
            border-color: transparent;
            background-color: rgb(40,40,40);
            color: white;
            font-family: n; 
            transition-duration: 0.5s;
        }
          button:hover.noiceui {
            background-color: rgb(50,50,50);
        }