body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
}

.d-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh; /* This makes sure it takes at least the full height of the viewport */
    width: 100%; /* This covers the full width of the viewport */
}


.text-bg-custom {
    background-color: #ea4059;
    color: white;
}

.btn-outline-custom {
    border-color: #ea4059;
}

.btn-outline-custom:hover {
    border-color: #408aea;
    background-color: #408aea;
    color: white;
}