* {
  /* border: 2px solid red; */
  /* background-color: black; */
  margin: 0%;
  padding: 0%;
}

body {
  background-color: black;
}

main {
  /* background-color: coral; */
  margin: 0 0;
  padding: 0 0;
}

section {
  flex-wrap: wrap;
}

article {
  display: flex;
  /* width: 300px; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  margin: 0 auto;
  /* background-color: white; */
  /* color: white; */
  border-radius: 15px;
  margin-bottom: 15px;
}

footer {
  display: inline;
}

section {
  border-radius: 10px;
  /* background-color: #f5f5f6; */
  margin: 15px 15px;
  padding: 15px;
}

a {
  text-decoration-style: none;
  margin: 0 5px;
}

.flex {
  display: flex;
}

.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  margin: 0 auto;
  /* color: white; */
  border-radius: 15px;
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
}

.white {
  background-color: white;
}

.white_txt{
    color: white;
    font-size: 22px;
    text-align: justify;
}
.article_p {
  margin: 5px 0;
}

.footer {
    display: flex;
    color: blanchedalmond;
    align-items: center;
    padding: 20px;
    font-size: 26px;
    /* height: 4rem; */
    background-color: black;
    position: unset;
    bottom: 0;
    width: 100%;
    /* height: 40px; */
    margin: 0;
    padding: 0;
    justify-content: center;
  }
  

.floated{
    background: red;
    position: relative;
}

.logo{
    position: absolute; 
    top: 250px; 
    left: 15%; 
    width: 20%; 
}

p {
    color: white;
    font-size: 22px;
    text-align: justify;
    padding: 5px 0px;
    position: absolute; 
    top: 450px; 
    left: 15%; 
    width: 100%; 
}

.div_txt{
    width: 500px;
}
