body {
  background-color: #D0DBD3;
  font-family: Arial, sans-serif;
  color: #444444;
}

main {
  background-color: #FFFFFF;
  width: 80%;
  margin: 0 auto;
  padding: 30px;
}

h1, h2 {
  font-weight: bold;
}

section {
  margin-bottom: 30px;
}

ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

li {
  margin-bottom: 10px;
}

a {
    color: #40aecf;
    text-decoration: none;
}


.footer-no_se_usa {
  text-align: center;
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid #444444;
}

.footer{
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 100%;
  background-color: #EBEBEB;

}

.logo {
  width: 200px;
  height: 200px;
  margin-top: 10px;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
