body {
    font-family: Arial, sans-serif;
    background: #152238;
    color: #333;
    margin: 0;
    padding: 0;
  }
  
  .top-bar {
    background: #0E1625;
    color: #B6CBE1;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
  }
  .top-bar h1{
      margin: 0px;
  }
  
  .logo-section {
    text-align: center;
    margin: 30px 0;
  }
  
  .logo {
    width: 100px;
    height: auto;
  }
  
  .description {
    text-align: center;
    margin:auto;
    font-size: 18px;
    padding: 0 20px;
	width:100%;
	max-width:700px;
  }
.description p{
	color:#fff;
}
  
  .contact-form {
    display: flex;
    justify-content: center;
    padding: 20px;
  }
  
  .contact-form form {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 500px;
  }
  
  .contact-form input,
  .contact-form textarea {
    margin-bottom: 15px;
    padding: 14px;
    font-size: 16px;
    background:#B6CBE1;
    border:none;
    outline:none!important;
    border-bottom:3px solid #4F86A9; 
	border-radius:6px;
	color:#152238;
  }
  
  .contact-form button {
    padding: 14px;
    font-size: 16px;
    background: #0E1625;
	border:0px;
 	border-bottom:2px solid #B6CBE1;
    cursor: pointer;
	border-radius:6px;
    color:#B6CBE1;
  }
  
  .footer {
    text-align: center;
    padding: 20px;
    font-size: 16px;
  }
  
  .footer p {
    color: #B6CBE1;
    text-decoration: none;
  }
.footer a {
    color: #fff;
    text-decoration: none;
  }