.oculto{
    display: none;
}

.sin-d{
    text-decoration:none !important;
}

textarea {
  resize: none;
}

.abs-center {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}


