body {
	background-color: white;
	margin: auto;
    width: 84%;
    border: 2px solid #00AEFF;
    padding: 20px;
	margin-top: 55px;
	margin-bottom: 55px;
	line-height: 140%;
	border-radius: 35px;
}

input[name=submit] {
    background-color: #00AEFF; /* Green */
    border: none;
    color: white;
    padding: 8px 10px;

    text-align: center;
    text-decoration: none;
    font-size: 16px;

	border-radius: 35px;
    margin: 0 auto; width: 180px;
    display: flex; justify-content: center;
    /*display: inline-block;*/
}

html {
    background-image: url("../images/dark-triangles.png");
	background-repeat: repeat;
}

html::after {
	margin: auto;
	text-align: center;
    content: "Copyright 2018-2024, Brave Lighthouse LLC, chris@HomeTeamGameDev.com Background by subtlepatterns.com";
    color: gray;
    padding-bottom: 20px;
    font-size: 10px;
    position: absolute;
  	width: 84%;
  	left: 50%;
	margin-left: -42%;
}

p {
	line-height: 100%;
	margin-bottom: 18px;
}

input {
	max-width: 98% !important;
}

div.form-group {
	line-height: 100%;
}

label {
	margin-bottom: 0px;
}

img {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
