@charset "utf-8";
/* CSS Document */

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    padding: 0;

}
.flex-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
	height: 849px;
    width: 1382px;
	background-image:url("../Textures/BlackBoard02.png");	
	background-repeat:no-repeat;
}
.linesmall {
    line-height: 20%;
    color: #2C5AB5;
	align-items: center;
}
.linebig {
    line-height: 400%;
}
h1 {
    font-weight: bolder;
    font-style: italic;
    font-display: swap;
	font-size: 40px;
}
li {
    text-align: left;
    height: 50px;
    width: 450px;
	color: #2C5AB5;
    font-size: 25px;
	font-weight: normal;
	list-style: none; 
}
a {
text-decoration: none;
}
input {
    text-align: center;
    height: 40px;
    width: 150px;
    font-size: 20px;
}
input[type=text], select {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
input[type=password], select {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
input[type=submit] {
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
input[type=submit]:hover {
    background-color: #45a049;
}
input[type=image] {
    padding-left: 50px;
    text-align: left;
}
span {
    color: #FF0000;
    height: 40px;
    background-color: white;
    text-align: left;
    font-size: 20px;
}
label {
    float: left;
    width: 250px;
    height: 40px;
    padding-top: 5px;
    font-size: 20px;
    text-align: right;
    background-color: white;
}
.content {
    background-color: white;
    height: 70px;
    width: 700px;
}
