body {

margin:0;
font-family: Inter, Arial, sans-serif;
color:white;

background-image: url("assets/temp-background.png");
background-size: cover;
background-position: center bottom;
background-repeat: no-repeat;

height:100vh;

display:flex;
align-items:center;
justify-content:center;

}

.hero-content {

display:flex;
align-items:center;
gap:30px;

}

.logo {

width:100px;

filter: drop-shadow(0 0 12px rgba(120,180,255,.4));
background: transparent
}

.text-block {

text-align:left;

}

h1 {

margin:0;
font-size:38px;
letter-spacing:7px;
font-weight:600;

}

.tagline {

margin-top:10px;
font-size:18px;
opacity:.8;

}
