style.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. @font-face {
  2. font-family: Magistral-Bold;
  3. src: url(../font/Magistral-Bold.ttf) format('truetype')
  4. }
  5. @font-face {
  6. font-family: Magistral-Medium;
  7. src: url(../font/Magistral-Medium.ttf) format('truetype')
  8. }
  9. @font-face {
  10. font-family: Magistral-Light;
  11. src: url(../font/Magistral-Light.ttf) format('truetype')
  12. }
  13. body {
  14. background-image: url("../TV welcome.png");
  15. background-repeat: no-repeat;
  16. background-position: left top;
  17. background-size: cover;
  18. color: #0e52a0;
  19. text-align: center;
  20. margin: 0;
  21. display: flex;
  22. justify-content: center;
  23. align-items: center;
  24. height: 100vh;
  25. width: 100vw;
  26. }
  27. p {
  28. text-align: center;
  29. margin: 0.5em 0;
  30. }
  31. img.logo {
  32. width: 23vw;
  33. }
  34. img.next {
  35. position: absolute;
  36. right: 10px;
  37. bottom: 10px;
  38. width: 3vw;
  39. cursor: pointer;
  40. }
  41. .center {
  42. margin-top: auto;
  43. margin-bottom: auto;
  44. }
  45. .top {
  46. font-family: Magistral-Medium;
  47. font-size: 3.5vw;
  48. font-style: italic;
  49. /*padding-top: 5vw;*/
  50. margin-top: 0;
  51. }
  52. .name {
  53. font-family: Magistral-Bold;
  54. font-size: 5.5vw;
  55. margin-bottom: 0;
  56. }
  57. .name .gender {
  58. font-family: Magistral-Light;
  59. font-size: 2.5vw;
  60. font-style: italic;
  61. font-weight: 700;
  62. }
  63. .name .fullname {
  64. text-transform: uppercase;
  65. }
  66. .company {
  67. margin-top: 0;
  68. font-family: Magistral-Medium;
  69. font-size: 4vw;
  70. }
  71. .position {
  72. margin-top: 0;
  73. margin-bottom: 0;
  74. font-family: Magistral-Medium;
  75. font-size: 4vw;
  76. }