body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background: url('background.jpg') no-repeat center center/cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 5%;
}

.container {
    max-width: 600px;
    color: white;
}

header {
    position: absolute;
    top: 10px;
    left: 40px;
}

.logo {
    width: 250px;
    margin-bottom: 10px;
}

h1 {
    font-size: 48px;
    font-weight: bold;
    margin: 0;
}

.highlight {
    color: white;
}

p {
    font-size: 18px;
    line-height: 1.5;
    max-width: 500px;
}

