body {
	background-color: rgb(11, 11, 71);
	margin: 0;
	padding: 0;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

header {
	background-color: white;
	padding: 20px;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav li {
	display: inline-block;
	margin-right: 20px;
}

nav a {
	color: black;
	text-decoration: none;
	font-size: 18px;
}

main {
	padding: 20px;
	color: white;
	display:flex;
	flex-direction:row;
}

h1 {
	margin: 0;
	font-size: 36px;
}

h2 {
	font-size: 24px;
	margin-top: 0;
}

p {
	font-size: 18px;
}

footer {
	background-color: white;
	padding: 20px;
	text-align: center;
	color: gray;
	font-size: 14px;
}

table {
	width: 100%;
	border-collapse: collapse;
}

td {
	padding: 10px;
	border: 1px solid black;
	text-align: center;
}

img {
	width: 100%;
	max-width: 300px;
	height: auto;
}

h3 {
	margin-top: 10px;
	font-size: 24px;
}

p {
	margin-top: 5px;
	font-size: 16px;
}

.p1 {
    font-size: 40px;
    text-align: center;
    color: white ;
  }
  
