html {
	text-align: center;
    Background-color:black;
    Background:url(background.jpg);
}

body { 
    max-width:100%;
    
}

img{
	max-width:100%;
}

input,select {
    background: black;
    color: #cfff1a;
    border: inset 2px #a7a7a7;
    margin-left: 20px;
    padding-left: 5px;
	border-radius: 5px;
	width: 55%;
}

form {
    background: #252f39;
    width: 350px;
    margin: auto;
    padding-left: 2%;
    padding-top: 2%;
    text-align: left;
    font-size: 17px;
    color: #cfff1a;
    box-shadow: 0px 0px 20px 2px #cfff1a;
    border-radius: 20px;
}

p {
    font-size: 30px;
    text-align: center;
}

b{
	paddin-top: 5px;
    -webkit-margin-before: 5px;
    -webkit-margin-after: 5px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
button {
    margin-top: 15px;
    padding: 10px 30px;
    margin: 10px;
    margin-bottom: 26px;
    color: #fff;
    background-color: #1c262f;
    border-radius: 5px;
    border: solid 0px;
    font-size: 30px;
	max-width: 75%;
    font-family: TimesNewRoman;
    transition: ease-in-out all 250ms;
    box-shadow: 0px 0px 4px 0px #000000;
}

div {
    background: #252f39;
    width: 38%;
    margin: auto;
    margin-top: 10%;
    padding: 4%;
    text-align: left;
    font-size: 17px;
    color: #cfff1a;
    box-shadow: 0px 0px 20px 2px #cfff1a;
    border-radius: 20px;
    padding-top: 1%;
}

button:hover {
    color: #000;
    box-shadow: inset 0px 0px 4px 0px #000000;
    background: #cfff1a;
}

button:active {
    color: #000;
    box-shadow: inset 0px 0px 10px 1px #000000;
    background: #cfff1a;
}
