@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
	color:#132C3F;
	color:#797979 !important;
	font-family: "Montserrat", sans-serif;
	font-size:16px;
	text-align:justify;
	word-break: auto-phrase;
    -webkit-hyphens: auto;
    hyphens: inherit;
}
h2 {
    background-image: url(/wp-content/uploads/2025/04/logo.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 300px;
    color: #1e3b59;
    font-size: 40px;
    margin-bottom: 0;
    padding-top: 140px;
    text-align: center;
}
#main > div p {
	text-align:center;
}
form.payform {
	margin:0 auto;
}
.payform input {
	background-color:#fff !important;
	border-radius:20px;
    margin:3px;
    padding: 5px 20px !important;
    border: 1px solid #ccc !important;
    box-shadow:none !important;
    height: auto !important;
}
.payform input[type=submit] {
	background-color:#1e3b59 !important;
	color:#fff !important;
	font-size:15px !important;
	font-weight:600 !important;
	width:auto !important;
}
.payform input[type=submit]:hover {
	background-color:#132C3F !important;
	width:auto !important;
}
a {
    background-color: #E0E025;
    border-radius: 30px;
    color: #132C3F;
	display:block;
    font-size: 14px;
	margin:0 auto;
	max-width:max-content;
    padding: 10px 30px;
    text-decoration: none;
}
a:hover {
    background-color: #132C3F;
    color: #E0E025;
}
