body {
    background-color: #2563EB;
    font-family: "Playfair" sans-serif;
    color: #fff;
}

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

.text-blue-dark {
    color: #2563EB;
}

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

#title {
    color: #2563EB;
    font-size: 20px;
    font-weight: bold;
}

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