html, body {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eee; /* Full-screen gray background */
    background-color: #fff; /* Full-screen gray background */
}

.fullscreen-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.centered-box {
    /*
    background-color: white;
    padding: 20px;
    border-radius: 10px; 
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 

    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    box-shadow: 0 0 5px 2px #cfcfcf;


        background-color: #fff;
        border-left: 1px solid #cfcfcf;
        border-right: 1px solid #cfcfcf;
        box-shadow: 0 0 5px 2px #cfcfcf;
        margin: 0 auto;
        max-width: 1200px;
        min-width: 450px;
        */

}

.btn {
	--bs-btn-padding-x: 0.75rem;
	--bs-btn-padding-y: 0.375rem;
	--bs-btn-font-family: ;
	--bs-btn-font-size: 1rem;
	--bs-btn-font-weight: 400;
	--bs-btn-line-height: 1.5;
	--bs-btn-color: #212529;
	--bs-btn-bg: transparent;
	--bs-btn-border-width: 1px;
	--bs-btn-border-color: transparent;
	--bs-btn-border-radius: 0.375rem;
	--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
	--bs-btn-disabled-opacity: 0.65;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
	display: inline-block;
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
	font-family: var(--bs-btn-font-family);
	font-family: 'Roboto', sans-serif;
	font-size: var(--bs-btn-font-size);
	font-weight: var(--bs-btn-font-weight);
	line-height: var(--bs-btn-line-height);
	color: var(--bs-btn-color);
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
	border-radius: var(--bs-btn-border-radius);
	background-color: var(--bs-btn-bg);
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn {
	/*text-transform: uppercase;*/
	border: none;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	transition: all 0.4s;
	border-radius: 3px;
	background: #f2f2f2;
    width: 100%;
    margin: 10px 0;
}

a#lv7_connect {
    text-decoration: none;
    color: black; /* Customize as needed */
    /*font-size: 20px; /* Customize as needed */
}