@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap);.page-home{display:flex;align-items:center;justify-content:space-between;flex-direction:column;height:100vh}.page-home .section-home{width:100%}.page-home .section-home .title{text-align:center;color:#fff;font-size:50px;font-weight:500;line-height:70px}.page-home .section-home .title .yellow{color:#ffc107}.page-home .section-home .title .bold{font-weight:800}.page-home .section-home .buttons{margin-top:84px;display:flex;justify-content:center;align-items:center;width:100%}.page-home .section-home .buttons .button{max-width:340px;width:100%;display:block;margin:0 20px;text-align:center;background-color:#30383d;padding:10px 20px;color:#fff;font-size:18px;font-weight:600;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-transition:.3s linear;-moz-transition:linear .3s;-ms-transition:linear .3s;-o-transition:linear .3s;transition:.3s linear}.page-home .section-home .buttons .button:first-child{border:1px solid #fff}.page-home .section-home .buttons .button:first-child:hover{background-color:#1a1e20}.page-home .section-home .buttons .button:nth-child(2){background-color:#ffc107}.page-home .section-home .buttons .button:nth-child(2):hover{background-color:#d39e00}