@import url("https://fonts.googleapis.com/css?family=Noto+Serif+SC|ZCOOL+KuaiLe|Zhi+Mang+Xing&display=swap");
* {
  padding: 0px;
  margin: 0px; }

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw; }

.fullscreen {
  width: 100vw;
  height: 100vh; }

.background-primary {
  background-color: white; }

img.logo {
  width: 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto; }

.wrapper {
  width: 550px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center; }

.content-box div.text {
  float: right;
  width: 100%;
  font-family: "Noto Serif SC", serif;
  font-size: 16px; }
  .content-box div.text div.logo {
    width: 100%;
    display: block;
    background-color: yellow; }
    .content-box div.text div.logo img {
      width: 350px;
      height: auto;
      display: block;
      margin-left: auto;
      margin-right: auto; }

p {
  margin-top: 15px;
  margin-bottom: 15px;
  text-indent: 25px;
  display: block; }

h1 {
  font-family: "Zhi Mang Xing", serif;
  font-size: 36px; }

/*# sourceMappingURL=main.css.map */
