body{
	background-color: #fff;
}

title{
    color:black;
}

header, nav {
    background-color: white;
}

nav a{
    color: black;
    text-decoration: none;
}

section{
    color: black;
}

h1, h2, h3, h4, h5, h6{
	color: black;
}

p, span, small{
	color: black;
}

td, th, tr, thead {
    border: 1px solid black !important;
    padding: 0rem;
    
}


#box{
	width: 400px;
	margin: 0 auto;
	margin-top: 100px;
	border: 2px solid #e7e7e7;
	border-radius: 5px;
	text-align: center;
	padding: 20px;
	background-color: #F8F8F8!important;
}

#light{
	visibility: hidden;
}

