/*
Theme Name: Satoshi SFX
Author: Satoshi
Version: 1.0
*/

*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Cairo', sans-serif;
}

body{
background:#0f172a;
color:white;
line-height:1.6;
}

header{
display:flex;
justify-content:space-between;
align-items:center;
padding:20px 8%;
background:#0b1120;
position:fixed;
width:100%;
}

.logo{
font-size:24px;
font-weight:800;
color:#22c55e;
}

nav a{
color:white;
text-decoration:none;
margin:0 15px;
}

.hero{
height:100vh;
display:flex;
align-items:center;
justify-content:center;
flex-direction:column;
text-align:center;
}

.btn-primary{
background:#22c55e;
padding:10px 20px;
border-radius:6px;
text-decoration:none;
color:white;
}