* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
 max-width: 100%;
 overflow-x: hidden;
 background: #62a71c;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.info-bg {
  background-color: #000000;
}

.info {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 10px;
}

.info .info-info{
  color: #f0e3d2;
  font-family: "Poppins", Arial, Helvetica,
   sans-serif;
  padding: 20px 0;
}

/******Title********/

.title-bg {
  background: #5e712e;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.title  {
  max-width: 980p;
  display: flex;
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  font-size: 1rem; 
  color: #f0e3d2;
  margin-right: 20px;
}

#menu {
  max-width: 980px;
  margin: 0 auto;
}

.image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 60px 0;

}
  
.title2 {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
  border-radius: 50px;
  color: #f0e3d2;
  font-family: 'Oooh Baby', Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  background: #5e712e;
  margin-bottom: 4rem;
}

.dis {
  max-width: 980p;
  margin: 0 auto;
  padding-right: 50px;
  background: #5e712e;
}


table {
  font-family: arial, sans-serif;
  border-collapse:collapse;
  text-align: center;
  margin: 0 auto;
  background: #5e712e;
  color: #f0e3d2;
}

td, th {
  border: 1px solid #5e712e;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #62a71c;
}

/*Footer*/

.divFooter-bg {
  background: #5e712e;
}

.footer {
  background: #5e712e;
  height: 350px;
  margin-top: 150px;
}

.footerInfo {
  display: flex;
}

.image img {
  display: flex;
  text-align: start;

}

.logo {
 padding: 40px 20px;
}

.social {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.paragraphText {
  width: 450px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
  font-family: 'Oooh baby', Arial, Helvetica, sans-serif;
  color: #f0e3d2;
  font-size: 1.25rem;
}

.footerInfo #text {
  font-family: 'Oooh baby', Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  color: #f0e3d2;
  padding: 0 10px 0 0;
  margin-top: 30px;
  line-height: 1.25;
  margin-bottom: 2rem;
  text-shadow: 2px 2px 8px  black;
}

.footerTitle {
  font-family: 'Oooh baby', Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  color: #f0e3d2;
  padding-left: 10px;
  margin-top: 25px;
  margin-bottom: 30px;
  text-shadow: 2px 2px 8px  black;
}

.footerTitle a {
  color: #ffffff;
  line-height: 2;
}

.footerSocial {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.footerSocial a {
  padding: 20px;
}

#text2 {
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: #f0e3d2;
  padding-left: 10px;
  padding-bottom: 50px;
}

@media (max-width: 760px) {
  .footerInfo #text {
    font-size: 1.5rem;
    width: 400px;
  }
}
