@charset "utf-8";

body{
	position: relative;
	min-height: 100vh;

}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("wp4674097.jpg");
    background-size: cover;
    background-position: center;
    z-index: -1;
	opacity: 95%; 
}

table{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	border-collapse: collapse;
	width: 70%;
	margin: 0 auto;
}

table, th, td{
	border: 1px solid darkblue;
	
}

form p{
	color: #FCD2D2;
	font-family: Verdana, sans-serif;
	font-size: 14px;
}

p input:hover{
	background-color: #C3A5A6
}

h1, h2{
	color: #FCD2D2;
	padding: 5px;
	text-align: center;
}


.button {
	text-align: center;
	margin: 30px;
}

.button a{
	display: inline-block !important; 
    padding: 15px 15px !important;
    margin: 0 10px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    text-decoration: none !important ;
    background-color: #007bff !important;
    color: white !important;
    border-radius: 5px;
    transition: background-color 0.3s;
}


a:hover{
    background-color: #C3A5A6 !important; 
}

table a {
	margin: 20px;
	text-decoration: none;
	color: black;
	font-size: 14px;	
}

th,td{
	width: auto;
	height: 18px;
	text-align: center;
	padding: 5px;
}

tr{
	background-color: #EAFFF5;
}

tr:hover{
	background-color: #F5F5F5;
}

th{
	background-color: #007bff;
	color: white;
}

input[type=text], textarea{
	width: 70%;
}