body {
  margin: 0;
  padding: 0;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
/* Style for the dark stripe */
.top-stripe {
    display: flex;
    width: 100%;
    height: 60px; /* Adjust thickness of the stripe */
    background-color:  	#634217; /* Dark color code */
    padding: 30px 20px 15px 30px ;      /* Spacing inside the stripe */
    text-align: left;      /* Center the text (optional) */
    font-family: sans-serif; /* Clean font choice */
    font-size: 32px;
    align-items: center;     /* Centers vertically */
}
.center-div {
  text-align: center;
}
.textstylesansital {
  font-family: Arial, Helvetica, sans-serif; /* Sets the clean, sans-serif font stack */
  font-style: italic;                       /* Slants the text to italic */
}
.textstylesans {
  font-family: Arial, Helvetica, sans-serif; /* Sets the clean, sans-serif font stack */                       /* Slants the text to italic */
}
.talltext {
  font-size: 1.5rem;
  text-align: center;
}
.brown-text
{
  color: #634217;  
}
.orange-text
{
    color: #e47025;
}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}