.img {
    width: 30vh;
}

body {
    font-family: 'Inter', sans-serif;
}


h1 {
    font-size: 2rem;
    font-weight: 600;
}

h1, h2, h3, h4, h5 {
    color: #181ea9;
    font-weight: 600;
}

p {
    font-family: 'Roboto Mono',sans-serif;
    color: #28293c;
    font-size: 0.9rem;
}

table {
    font-family: 'Roboto Mono',sans-serif;
}

h3 {
    font-size: 1.5rem !important;
}

.progress-bar {
    background-color: #181ea9;
}

@media (max-width: 768px) {
    .col-xs-12.text-left, .col-sm-12.text-left {
            text-align: center !important;
     } 
  }

.progress {
    height: 2rem;
    font-size: 1rem;
}

.btn-primary {
    background-color: #181ea9;
}