@import url("https://fonts.googleapis.com/css2?family=Sono:wght@200&display=swap");
.c0 {
  color: white; }

.c1 {
  color: white; }

.c2 {
  color: white; }

.c3 {
  color: white; }

.c4 {
  color: white; }

.inverted {
  background-color: white;
  color: black; }

a {
  color: #fefefe; }

body,
html {
  background: black;
  font-family: "Sono", "Open Sans", Verdana, Geneva, sans-serif;
  color: white;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
  position: absolute; }

ul,
ol,
li {
  list-style: none !important; }

.container {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%; }
  .container footer {
    width: 100%;
    padding-left: 4em;
    position: absolute;
    bottom: 1em;
    opacity: 0.2; }

main {
  overflow: hidden; }
  main .center {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }
    main .center img.logo {
      width: 50%;
      margin-left: auto;
      margin-right: auto;
      animation: pulse 5s infinite ease-in-out; }
    main .center p {
      width: 400px;
      line-height: 2em; }

@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }

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