body {
	background-image: url('./img/giygasback.gif');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
	font-family: "Lucida Console", "Courier New", monospace;
	color: white;
}

.header {
	background-color: black;
	text-align: center;
	padding: 5px;
	font-family: "Lucida Console", "Courier New", monospace;
	border: 1px solid white;
    width: 60%;

}

.content {
    background-color: black;
    text-align: left;
    padding: 10px;
    padding-left: 30px;
    border: 1px solid white;
    width: 70%;
    height: 60vh;
    overflow-y: scroll;
}