

body {
  margin: 0;

  font-family: "Times New Roman", Times, serif; 
  background-color: #C0C0C0; 
  color: black;
}


.top-bar {
  background-color: #000080; 
  border-bottom: 2px solid #808080;
  background: linear-gradient(90deg, #000080 0%, #1084d0 100%);
}

.top-bar h1 {
  margin: 0; 
  color: white;
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase; 
}

.top-bar a {
  color: #FFFF00;
  font-weight: bold;
  font-family: Arial, sans-serif;
}


p {
  color: #404040; 
  font-size: 16px;
}


img {
  border: 2px inset #ffffff;
}

.align-center p {
  color: black;
  font-weight: bold;
  text-decoration: underline;
}

.container {
  max-width: 1200px;    
  margin: 0 auto;         
  display: flex;
  align-items: center;         
  justify-content: space-between;
  padding: 5px 20px;
}


a {
  color: #FFFF00;      
  display: block;      
  margin-bottom: 10px; 
  font-family: Arial, sans-serif;
  width: fit-content;  
}


a:hover {
  text-decoration: underline;
}

p {
  color: #404040;
  font-family: "Times New Roman", serif;
  margin-top: 20px;
}