/* Entry point for your PostCSS build */

.welcome {
  .aa {
    text-align: center;
     a {
      display: inline-block;
      font-size: 100px;
    }
  }
 
}


.jins {
  .aa {
        font-size: 30px;
        margin: 0 auto;
        display: block;
        width: 200px;
        padding-bottom: 20px;
  }
}