@tailwind base;

@tailwind components;

@tailwind utilities;


.border-box {
   box-sizing: border-box;
}

.main {
   flex: 1 0 auto;
}

.wrapper {
   display: flex;
   flex-direction: column;
   height: 100vh;
}
  
.footer {
   height: 50px;
   flex-shrink: 0;
   /* margin-bottom: 1rem; */
}
  
