body {
    font-family: Arial, sans-serif;
    background: url('/sources/images/lg-bg.jpg') no-repeat center center fixed;
    background-size: cover;
    margin: 0;
    color: #333;
}

.scenario {
    font-family: monospace;
    font-style: italic;
    font-size: 16px;
    color: #e5512d;
}

.container {
    background: rgb(203 255 226 / 65%);
    border-radius: 10px;
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

header h1 {
    color: rgb(39 100 36);
    text-align: center;
}

.problem {
    margin: 20px 0;
}

.solution {
    color: rgb(39 100 36);
    font-weight: bold;
}

.problem h2 {
    color: rgb(39 100 36);
}

.call-to-action {
    text-align: center;
}

button {
    background-color: rgb(39 100 36);
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 20px 0;
    cursor: pointer;
    border-radius: 5px;
}

button:hover {
    background-color: #35a95c;
}
