body {
	background-color: #010101;
}
#div1 {
	text-align: center;
}
#userForm input {
    background: #0000;
    height: 75px;
    width: 150px;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-family: 'Orbitron';
}
#userForm input:focus-visible {
    outline: none !important;
}
#userForm span {
	color: #fff;
	font-size: 75px;
	font-family: 'Orbitron';
}
#formSubmit{
	width: 150px !important;
	height: 50px !important;
	border-radius: 25px !important;
	background: #0000 !important;
	font-size: 20px !important;
	font-weight: bold !important;
	font-family: 'Orbitron' !important;
	color: #fff !important;
	border: none !important;
	transition: 0.2s !important;
	cursor: pointer;
}
#formSubmit:hover {
	background-color: #d68701 !important;
}
#span1 {
	color: #fff;
	font-family: fantasy;
    font-size: 75px;
    background-color: black;
    padding: 10px;
    font-family: 'Orbitron', 'sans-serif';
    cursor: default;
}
#clockDiv {
	display: none;
}
#div1 button {
	width: 150px;
    height: 50px;
    border-radius: 25px;
    background: #0000;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Orbitron';
    color: #fff;
    border: none;
    transition: 0.2s;
    cursor: pointer;
}
#button1:hover {
    background-color: #0ba05e;
}
#button2:hover {
    background-color: #eb3941;
}
#button3:hover {
	background-color: #a30ba3;
}
#button4:hover {
	background-color: #3948eb;
}