home.page.scss 322 B

123456789101112131415161718192021222324252627
  1. #container {
  2. text-align: center;
  3. position: absolute;
  4. left: 0;
  5. right: 0;
  6. top: 50%;
  7. transform: translateY(-50%);
  8. }
  9. #container strong {
  10. font-size: 20px;
  11. line-height: 26px;
  12. }
  13. #container p {
  14. font-size: 16px;
  15. line-height: 22px;
  16. color: #8c8c8c;
  17. margin: 0;
  18. }
  19. #container a {
  20. text-decoration: none;
  21. }