style.scss 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. $back_color: #1b1b1b;
  2. $text_color: #ACA9D0;
  3. @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;800&display=swap');
  4. body, html, .bg {
  5. height: 100%;
  6. font-family: 'Montserrat', sans-serif;
  7. }
  8. .bg {
  9. background-image: url("https://mdbootstrap.com/img/Photos/Horizontal/Nature/full page/img(11).jpg") !important;
  10. background-position: center center;
  11. background-repeat: no-repeat;
  12. background-size: cover;
  13. }
  14. .name {
  15. color: $back_color;
  16. font-size:70px;
  17. font-weight: bold;
  18. }
  19. .links {
  20. color: $back_color;
  21. font-size:30px;
  22. display:block;
  23. }
  24. .links:hover,.go_back_text:hover,.go_home_link:hover {
  25. color: #ffed4a;
  26. }
  27. .hat {
  28. margin-top: 15px;
  29. margin-bottom: 10px;
  30. }
  31. .buttonmus {margin-top:8px;width:64px; height:64px; background: transparent url('/img/mus.png') 0% 0% no-repeat padding-box; background-size:64px 64px;border:0px;}
  32. .go_back_text {
  33. color: $back_color;
  34. font-size:40px;
  35. font-weight: bold;
  36. text-align: right;
  37. margin-top:20px;
  38. }
  39. .go_home_link {
  40. font-size:20px;
  41. font-weight: bold;
  42. text-align: right;
  43. }