@charset "UTF-8";
h1{
    margin-top: 10%;
    margin-bottom: 0;
    text-align: center;
    font-size: 400%;
    color: #f90;
}

h2,h3{
    text-align: center;
    color: #f90;
}

table{
    margin: 0px auto;
}

td{
    color: #f90;
	padding: 10px;
	height: 50%;
}

.center{
    text-align: center;
}

.login{
    background: #0080ff;
    border: none;
	justify-content: center;
	width: 150px;
	height: 40px;
	color: #ffffff;
	font-size:15px;
	font-weight:bold;
	border-radius: 10px;
	text-decoration: none;
	margin: 5px;
}

.error{
	text-align: center;
    color: red;
}