body {
    margin: 0;
    padding: 0;
    font-family: system-ui, sans-serif;
    background: url('assets/background.jpg') no-repeat center center fixed;
    background-size: cover;
    color: white;
}

.hero {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    padding: 3rem;
    min-height: 90vh;
    box-sizing: border-box;
}

.logo {
    max-width: 320px;
    height: auto;
    margin-bottom: 2rem;
}

h1 {
    font-size: 2rem;
    font-weight: 600;
    max-width: 700px;
}

footer {
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding: 1rem;
    font-size: 0.9rem;
}

footer a {
    color: #ffffff;
    text-decoration: none;
    margin: 0 1rem;
}

footer a:hover {
    text-decoration: underline;
}
