body {
    background-color: #4b3c88;
    font-family: Arial, sans-serif;
}

.container {
    width: 80%;
    margin: 60px auto;
    background: white;
    border-radius: 20px;
    display: flex;
    padding: 40px;
}

.text {
    width: 50%;
}

.text h4 {
    color: orange;
}

.text h1 {
    font-size: 32px;
}

.text span {
    color: orange;
}

.text p {
    color: gray;
    margin: 15px 0;
}

button {
    padding: 10px 20px;
    background: orange;
    color: white;
    border: none;
    border-radius: 20px;
}

.image {
    width: 50%;
    text-align: center;
}

.image img {
    width: 90%;
}
