File size: 273 Bytes
d8f0e51
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@tailwind base;
@tailwind components;
@tailwind utilities;


.section-container {
    @apply max-w-6xl mx-auto text-center px-10;
}



.button-container {
    @apply flex flex-col justify-center w-full space-y-6 text-xl text-white md:flex-row md:space-y-0 md:space-x-4;
}