@font-face {
    font-family: "Jet Brains Mono";
    src: url("../fonts/JetBrainsMono-Regular.woff2") format("woff2");
}

body {
    font-family: "Jet Brains Mono", sans-serif;
    background-color: #242b4d;
    color: white;
}

h1, h2, h3, h4, h5, h6, nav {
    font-family: 'Jet Brains Mono';
}

h1 {
    font-size: 2rem;
}

code {
    font-family: 'Source Code Pro';
}

hr {
    background-color: transparent;
    border-color: transparent;
}

.navbar-perso {
    background-color: #1a1f38 !important;
    color: white;
}

.skill-name {
    min-width: 25%;
    max-width: 25%;
    width: 25%;
}

.body {
    margin-top: 40px;
}

.footer {
    margin: 50px auto;
    font-family: 'Jet Brains Mono';
    text-align: center;
}

.badge {
    width: 400px; 
    height: auto;
}

.article-header {
    margin-bottom: 20px;
}

.article-body {
    
}

.justify {
    text-align: justify;
}

.justify a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}


.justify a:hover {
    text-decoration: underline;
}

.blink {
    animation: blinker 2s linear infinite;
    font-size: 16px;
}
  
@keyframes blinker {
    50% {
      opacity: 0;
    }
}

.table, table {
    color: white;
}

.progress {
    /* background: transparent; */
	background: #1a1f38 !important
}

.bg-success {
    background-color: #8cff40 !important;
}

.row {
    margin-bottom: 20px;
}

.points {
    text-align: center;
    margin-bottom: 20px;
    font-family: "Jet Brains Mono";
    /**font-weight: bold;**/
}

.points-number {
    font-size: 1.8rem;
}
