/* Scss Document */
body {
  font-family: Arial, sans-serif;
  text-align: center;
  padding-left: 0px;
  margin: 0;
  background: #B3A34E; }

header {
  width: 100%;
  height: 5%;
  background-color: #B3A34E;
  border-bottom: 1px solid #2C9AB7; }
  header nav ul {
    list-style: none;
    float: right; }

#mail-status {
  height: 20px; }

.ContactForm .Line {
  display: flex;
  margin-bottom: 10px; }
  .ContactForm .Line label {
    text-align: right;
    width: 35%; }
  .ContactForm .Line input {
    margin-left: 20px;
    text-align: left;
    width: 35%;
    padding-left: 10px; }
.ContactForm .TextLine {
  height: 140px;
  display: flex;
  margin-bottom: 10px; }
  .ContactForm .TextLine label {
    text-align: right;
    width: 35%; }
  .ContactForm .TextLine textarea {
    margin-left: 20px;
    padding-left: 10px;
    width: 35%; }

nav {
  background: #ED6;
  text-align: center;
  overflow: auto; }
  nav ul {
    list-style: none;
    margin: 5px; }
    nav ul li {
      display: inline-block; }
      nav ul li a {
        margin: 0;
        padding: 10px 15px;
        color: #FFF;
        text-decoration: none;
        background-color: #B3A34E;
        border-radius: 4px;
        border: #000 1px solid; }

h1 {
  font-size: 24px;
  margin-bottom: 20px; }

footer {
  text-align: center;
  background: #C0BC68;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  width: 100%; }

.Top {
  font-family: Arial, sans-serif;
  text-align: center;
  padding-left: 0px;
  margin: 0;
  background: #AAB38E; }

.text-panel {
  width: 70%;
  /* Adjust the width as needed */
  float: center;
  border: 1px solid #000;
  /* Add border or other styles */
  margin-left: 15%;
  /* Adjust the margin as needed */
  text-align: justify;
  text-justify: auto;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0px;
  background: #AAB38E; }

.title-header {
  width: 100%;
  /* Adjust the width as needed */
  float: center;
  font-size: 22px;
  margin-bottom: 20px; }
