body {
    background-image: url("images/homepage.png");
    background-size: cover;
}

.container {
    text-align: center;
    padding: 20px;
    position: relative;
    z-index: 1;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

header h1 {
    font-size: 24px;
    color: #ff7f50;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.download-link {
    color: #ff7f50;
    text-decoration: none;
    font-size: 18px;
}

main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content {
    max-width: 50%;
    text-align: left;
}

main h2 {
    font-size: 48px;
    color: #ff7f50;
    margin: 20px 0;
}

.phone-image {
    width: 300px;
    margin: 20px 0;
}

main p {
    font-size: 18px;
    color: #00ced1;
    margin: 20px 0;
}

.download-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #ff4500;
    color: #ffffff;
    text-decoration: none;
    font-size: 24px;
    border-radius: 5px;
    margin-top: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.image-container {
    max-width: 50%;
    text-align: right;
}

.p {
    font-size: 22px;
    color: #00ced1;
    margin: 20px 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.h2 {
    font-size: 48px;
    color: #ff7f50;
    margin: 60px 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-decoration: underline;
}

.Mainh1 {
    font-size: 24px;
    color: #ff7f50;
    margin: 20px 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-decoration: double;
}