BODY
{
	background-color:white;
	color: black;
	font-family:courier;
	font-size: 28px;
	margin: auto;
    background-image:url(test.jpg);
    background-attachment:fixed;
}

.center {
    position: absolute;
    top: 30%;
    left: 20%;
    margin: auto;
    width: 50%;
    height: 300px;
    padding: 10px;
    padding-top: 30px;
    border-radius: 25px;
    background: #ffffee;
    box-shadow: 0 8px 16px 0 rgba(255, 255, 255, 0.4), 0 12px 40px 0 rgba(255, 255, 255, 0.4);
    text-align: center;
}

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