/* Global Styles */
body {
	
	margin-left: auto;
	margin-right: auto;
    padding-top: 10px;
    font-family: Arial, sans-serif;
	width: 80%;
}

a {
	
	color: #000000;
	
	
	
}

/* Header Styles */
header {
    background-color: #87ceeb;
    color: #000000;
    padding: 20px;
	width: 50%;
	text-align: center ;
}

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

nav .selected {	
	font-wieght: bold;
}

/* Side Navigation Styles */
nav {
    
	
    width: 15%;
    float: left;
	text-align: left ;
}

/* Main Content Styles */
main {
     /* To account for the width of side navigation */
   
	width: 100%;
	color: #000000;
	text-align: center;
	clear: both;
}

/* Bottom Footer Styles */
footer {
    background-color: #87ceeb;
    color: #000000;
    padding: 20px;
    clear: both;
}

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

th, td {
            text-align: center;
            padding: 8px;
            border: 0;
        }
		
.header {
      background-image: url('images/sun-clouds.jpg');
      background-size: cover;
      background-position: center;
      height: 80px; /* adjust the height as per your requirements */
	  border-radius: 15% / 45% 45% 0 0; /* creates a curved top shape */
	  box-shadow: 8px 10px 12px rgba(0, 0, 0, 0.23); /* adds a subtle drop shadow */
    }		
	
.footer {
      background-image: url('images/sun-clouds.jpg');
      background-size: cover;
      background-position: center;
      height: 80px; /* adjust the height as per your requirements */
	      }	
footer {
	  display: flex;
      justify-content: space-between;
      align-items: center; /* Center items vertically */
}

.right-image {
  margin-left: auto; /* Push the right image to the right side */
}


.left-image {
	   order: 1;
      }

.right-image {
      order: 2;
      }
