body { font-size: 30px; }

.container { color: white; width: 100%; box-sizing: border-box; min-height: 10em; padding: 4em; display: flex; flex-direction: column; align-items: center; }

.c0 { /*background:#063070;*/ /*background-image:linear-gradient(black, #28395e);*/ background-image: linear-gradient(#1f2c39, #28395e); }

.c0 h1 { text-shadow: 0 0 10px #063078, 0 0 30px #fff; }

.c1 { /*background:#053377;*/ /*background-image:linear-gradient(#053377, #32455a);*/ background-image: linear-gradient(#28395e, #3467bf); }

.c2 { /*background:#043582;*/ /*background-image:linear-gradient(#32455a, #043582);*/ background-image: linear-gradient(#3467bf, #043582); }

.join-button { background: #bd1111; font-size: 20px; padding: 0.8em; border-radius: 7%; max-height: 2em; }

/*# sourceMappingURL=home.css.map */