34554-vm/assets/css/custom.css
Flatlogic Bot 58f488fb48 Top up
2025-10-01 13:07:29 +00:00

57 lines
1.0 KiB
CSS

body {
font-family: 'Helvetica Neue', Arial, sans-serif;
background-color: #F8F9FA;
color: #212529;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Georgia', 'Times New Roman', serif;
}
.navbar {
background-color: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(10px);
}
.hero {
background: url('https://picsum.photos/seed/lionff-hero/1600/900') no-repeat center center;
background-size: cover;
color: white;
padding: 100px 0;
text-align: center;
}
.hero h1 {
font-size: 4rem;
font-weight: bold;
}
.btn-primary {
background-color: #FFD700;
border-color: #FFD700;
color: #212529;
padding: 15px 30px;
font-size: 1.2rem;
border-radius: 50px;
transition: all 0.3s ease;
}
.btn-primary:hover {
background-color: #e6c300;
border-color: #e6c300;
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
section {
padding: 60px 0;
}
.card {
border: none;
border-radius: 15px;
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
overflow: hidden;
}