body {
    font-family: 'Arial', sans-serif;
    background-color: #fce5cd;
    margin: 20px;
    padding: 20px;
}

h1 {
    color: #ff6b6b;
    text-align: center;
}

p {
    color: #264653;
}

.section {
    margin-bottom: 20px;
}

.highlight {
    font-weight: bold;
    color: #2a9d8f;
}

.content-container {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; 
}

.text-container {
    flex: 1;
    max-width: 600px;
}

.image-container {
    flex: 1;
    text-align: right;
    margin-top: 20px;
    align-self: flex-end;
}

.bottom-image-container {
    text-align: center;
    float: none;
    margin-top: 150px;
    align-self: center;
}

img {
    float: right;
    max-width: 100%;
    height: auto;
    max-height: 400px;
}

.button-container {
    text-align: left; 
    margin-top: 40px;
}

.landing-button-container {
    text-align: center; 
    margin-top: 40px;
}

button {
    background-color: #2a9d8f;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
