a{
    text-decoration: none;
    color: white;
}
li{
    margin: 1em 0em;
}
body{
    display: flex;
}
main{
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
    margin-left: 300px;
}
.formAdmin{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.064);
    padding: 1em;
    width: 80%;
    margin: 15px;
}
.formAdmin--input{
    padding: 0.5em;
    border: none;
    margin: 0.3em;
    width: 80%;
    color: black;
}
.Enviar{
    background-color: #00BAB3;
    padding: 0.3em;
    font-size: 12px;
    width: 250px;
    height: 30px;
    color: white;
    font-weight: bold;
    margin-top: 0.8em;

}
::placeholder{
    color: rgba(0, 0, 0, 0.356);
}
h3{
    text-align: center;
}
textarea{
    padding: 0.5em;
    border: none;
    margin: 0.3em;
    width: 80%;
    height: 150px;
}

table {
    border-collapse: collapse;
    width: 90%;
    table-layout: fixed;
    margin: 3em 0em 0em 0em;

    
  }
  td{
      padding: 0.7em;

  }
  .lista{
      border: 1px solid rgba(0, 0, 0, 0.085);
  }
  .col1{
      border-top-left-radius: 10px;
  }
  .col3{
      border-top-right-radius: 10px;
  }
  .titulos{
      background-color: #00BAB3;
      color: white;
      font-weight: bold;
      
  }
  .cont-icons{
      display: flex;
      flex-direction: row;
      justify-content: center;
  }
  .icons{
      margin: 1em;
  }