body{
	background-color:HoneyDew;
	margin-left:50px;
	font-family:Arial, sans-serif;
}

nav a:hover {
    color: #FFD700;  /* Gold color */
    border-bottom: 2px solid #FFD700; /* Adds a line under the hovered link */
    padding-bottom: 5px;
}

.title{
	font-family:Garamond, serif;
	text-align:center;
}

.intro{
	font-family:Geneva, sans-serif;
}

.iframe-container{
	display: flex;
	justify-content: center;
	max-width: 100%;
	height: auto;
	margin: 20px;
}

.cap{
	text-align:center;
}

table{
	border: 1px solid;
	text-align: left;
}

td, th{
	border:1px solid;
	font-size: 18px;
}

