/* CSS document file */

body {
	background-image: url("../Images/music notes.jpg");
	
}

main {
	background-color: #dbdbdb;
	
}
img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 200px;


}

h1 {
	color: #173eeb;
	text-align: center;
	font-family: "Silkscreen";
}

p {
	text-align: center;
	font-family: "Oxanium", "Smooch Sans";
	
	
	
	
}

nav {
	font-family: "Silkscreen", "Oxanium","Smooch Sans";
	
	
}

ul {
list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #9fa7ed;
    display: flex;
    justify-content: center;	
	
	
	
}
ul li {
	
	border-right: 1px solid;
	
}





ul li a {
	display: block;
	padding: 14px 16px;
	text-decoration: underline;
	
}

ul li:last-child {
	border-right: none;
	
}



table, th, td {
	border: 1px solid;
	font-family: "Smooch Sans";
}



tr {
	
	border-bottom: 1px solid #ddd;
}


tr:hover {
	background-color: #9fa7ed;
	
	
}

table {
width: 80%;
height: 60%;
border-collapse: collapse;

]









