body {
    background-color: #374151;
    font-family: "Montserrat" sans-serif;
    color: #fff;
}

.btn-blue-dark {
    background-color: #2563EB;
    color: white;
}


.btn-blue-dark:hover {
    background-color: #2563EB;
    font-size: 1.2em;
}