@@ -17,88 +17,79 @@ permalink: /
1717 }
1818
1919 body {
20- font-family: 'Arial' , sans-serif;
21- background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) ;
20+ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell , sans-serif;
21+ background: #1a1a2e ;
2222 height: 100vh;
2323 display: flex;
2424 justify-content: center;
2525 align-items: center;
2626 color: white;
27+ margin: 0;
28+ overflow: hidden;
2729 }
2830
2931 .container {
3032 text-align: center;
31- max-width: 600px;
32- padding: 40px 20px;
33- background: rgba(255, 255, 255, 0.1);
34- border-radius: 20px;
35- backdrop-filter: blur(10px);
36- box-shadow: 0 8px 32px rgba(31, 38, 135, 0.37);
33+ max-width: 500px;
34+ padding: 60px 40px;
35+ background: rgba(255, 255, 255, 0.05);
36+ border-radius: 16px;
37+ backdrop-filter: blur(20px);
38+ border: 1px solid rgba(255, 255, 255, 0.1);
39+ box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
3740 }
3841
3942 .logo {
40- font-size: 3rem ;
41- font-weight: bold ;
42- margin-bottom: 20px ;
43+ font-size: 2.2rem ;
44+ font-weight: 600 ;
45+ margin-bottom: 24px ;
4346 color: #fff;
47+ letter-spacing: 2px;
4448 }
4549
4650 .title {
47- font-size: 2.5rem ;
48- margin-bottom: 20px ;
51+ font-size: 2rem ;
52+ margin-bottom: 16px ;
4953 color: #fff;
54+ font-weight: 300;
5055 }
5156
5257 .subtitle {
53- font-size: 1.2rem;
54- margin-bottom: 30px;
55- opacity: 0.9;
56- line-height: 1.6;
58+ font-size: 1rem;
59+ margin-bottom: 40px;
60+ opacity: 0.8;
61+ line-height: 1.5;
62+ color: #e0e0e0;
5763 }
5864
5965 .spinner {
60- border: 4px solid rgba(255, 255, 255, 0.3 );
66+ border: 3px solid rgba(255, 255, 255, 0.2 );
6167 border-radius: 50%;
62- border-top: 4px solid #fff;
63- width: 60px ;
64- height: 60px ;
65- animation: spin 2s linear infinite;
66- margin: 30px auto;
68+ border-top: 3px solid #fff;
69+ width: 40px ;
70+ height: 40px ;
71+ animation: spin 1.5s linear infinite;
72+ margin: 0 auto;
6773 }
6874
6975 @keyframes spin {
7076 0% { transform: rotate(0deg); }
7177 100% { transform: rotate(360deg); }
7278 }
7379
74- .contact {
75- margin-top: 30px;
76- font-size: 1rem;
77- opacity: 0.8;
78- }
79-
80- .contact a {
81- color: #fff;
82- text-decoration: none;
83- border-bottom: 1px solid rgba(255, 255, 255, 0.5);
84- transition: all 0.3s ease;
85- }
86-
87- .contact a:hover {
88- border-bottom-color: #fff;
89- opacity: 1;
90- }
91-
9280 @media (max-width: 768px) {
81+ .container {
82+ margin: 20px;
83+ padding: 40px 20px;
84+ }
85+ .logo {
86+ font-size: 1.8rem;
87+ }
9388 .title {
94- font-size: 2rem ;
89+ font-size: 1.6rem ;
9590 }
9691 .subtitle {
97- font-size: 1rem;
98- }
99- .container {
100- margin: 20px;
101- padding: 30px 15px;
92+ font-size: 0.9rem;
10293 }
10394 }
10495 </style>
@@ -112,9 +103,6 @@ permalink: /
112103 Our new website will be ready soon.
113104 </p>
114105 <div class="spinner"></div>
115- <div class="contact">
116- Need to reach us? Contact: <a href="mailto:info@volovyk.com">info@volovyk.com</a>
117- </div>
118106 </div>
119107</body >
120108</html >
0 commit comments