@charset "utf-8";
/* CSS Document */

body { background-color: black; font-family: "Montserrat", sans-serif; color: #ffffff;}

img { max-width: 100%; height: auto;}

h1 { font-weight: 300; font-size: 3em; margin-bottom: 0; }
h2 { font-size: 2em;}

.dgrey { background-color: #333333; border-radius: 20px; padding: 20px;}

.btn-yellow {
    --bs-btn-color: #000;
    --bs-btn-bg: #F5A017;
    --bs-btn-border-color: #F5A017;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #F5A017;
    --bs-btn-active-border-color: #F5A017;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #F5A017;
    --bs-btn-disabled-border-color: #F5A017;
	padding: 15px;
	width: 100%;
	border-radius: 20px;
	font-size: 2em;
	font-weight: 300;
}