@charset "utf-8";
/* CSS Document */

/* Add a black background color to the top navigation */
.topnav {
  background-color: #EFAF39;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #F4DF8A;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #A0F8EE;
  color: white;
}
body {
  background:#F6F8DE;
    font-size:18px; text-align: justify; 
}
footer {
  background-color: #DFF6FC; /* Light blue color */
  color: #060000;
  padding: 10px; /* Spacing inside the footer */
  text-align: center; /* Center-align text content */
  font-family: Arial, sans-serif; /* Font style */
  font-size: 14px; /* Font size */
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
img {
  border-radius: 8px;
}
header {
  background-color: #F9FCD2; /* Light blue color */
  color: #060000;
  padding: 10px; /* Spacing inside the footer */
  text-align: center; /* Center-align text content */
  font-family: Arial, sans-serif; /* Font style */
  font-size: 14px; /* Font size */
  position: fixed;
  width: 100%;
}
p{
 font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"; text-align: center;
}
