body {
    background-image: url("../images/trophy.jpg");
	background-attachment: fixed;
    background-position: center;
    }


h1{
    font-family: 'Arial';
    color: white;
    line-height: 50px;
    font-size: 30px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: bold;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  h2{
    font-family: 'Arial';
    color: White;
    line-height: 60px;
    font-size: 25px;
    padding-left: 20px;
    padding-bottom: 3px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }


p {
    font-size: 18px;
    color:black;
    margin-bottom: 15px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

input {
    margin-right:6px;
    margin-left:10px;
}

input.value {
    font-size: 50px;
}

section {
    max-width: 1000px;
	background-color: rgba(5, 5, 51, 0.76);
	border-style: solid;
	border-width: 3px;
	border-color: white;
	border-radius: 5px;
	color: white;
	margin-top: 3%;
	height: auto;
	padding-bottom: 30px;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 10%;
	margin-bottom: 50%;
    box-sizing: border-box;
	text-align: center;
}





