@import "fonts.css";

body {
  margin: 0;
}

.mainWrapper {
  background: rgb(255,255,255);
  background: radial-gradient(circle, rgba(255,255,255,1) 9%, rgba(220,232,174,1) 33%);
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.innerWrapper {
  font-family: ArchitectsDaughter;
  text-align: center;
}

.txt-normal {
  font-size: 2rem;
}
.txt-small {
  font-size: 1.3rem;
}
