body {
    background-image: url(images/background.webp);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #8d9daa;
}


#content-box {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


#tx {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #404647;
	letter-spacing: 1pt;
	text-align: center;
}

#tx a:link {
	color: grey;
	text-decoration: none;
}

#tx a:visited {
	color: #989898;
	text-decoration: none;
}

#tx a:hover {
	color: black;
	text-decoration: none;
}

#tx a:active {
	color: #989898;
	text-decoration: none;
}