/*.full-height-section {
    height: 100vh;
    min-width: 0;
}
.cent{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 0;
}
.shaddow{
    text-shadow: #000000 0px 0 4px;
}
*/

.full-height-section > div > div > div {
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  height:100vh;
}