body {
    display: block;
    background-color: grey;
    background-image: url('./img/tarotback.jpg');
    color: black;
}
.document-top {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    height: 200px;
    background-color: black;
    color: white;
    background-image: url();
    border: thin outset black;
    text-align: left;
    border-radius: 10px;
    box-shadow: 10px 10px 7px #484848;
	opacity: 0.8;
}

.document-frame{
    position: relative;
}

.document-advert {
	display: block;
	position: absolute;
	top: 275px;
	left: 0%;
	right: 0%;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 100px;
	background-color: black;
	opacity: 0.8;
    border-radius: 10px;
    box-shadow: 10px 10px 7px #484848;
	text-align: center;
}

.document-body {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    top: 400px;
    width: 700px;
    text-align: left;
    border: thin solid black;
    background-color: white;
    color: black;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 10px 10px 7px #484848;
}

.document-body p {
    display: block;
}

.document-body p:hover {
    display: block;
    color: darkblue;
    background-color: rgb(232,232,232);
}
