.thaphanoi-home-screen{display:flex;flex-direction:column;justify-content:center;align-items:center}.thaphanoi-home-screen .app-info{display:flex;flex-direction:row;align-items:center;margin-top:15px;margin-bottom:15px;max-width:90%}.thaphanoi-home-screen .app-info .logo{max-width:100px;max-height:100px;margin-right:20px}.thaphanoi-home-screen .main-content{width:90%;max-width:1000px;margin-bottom:50px;text-align:justify}.thaphanoi-home-screen .main-content .action-link{display:flex;align-items:center;justify-content:center}.thaphanoi-home-screen .main-content .action-link a{padding:10px 20px;border-radius:10px;color:#ff5757;font-size:1.2em;font-weight:700;text-decoration:none;background-color:#fff;border:1px solid #ff5757;transition:all .3s ease}.thaphanoi-home-screen .main-content .action-link a:hover{background-color:#ff5757;color:#fff}