body {
    background-size: cover;
    background-color: #131E3D;
    background-repeat: no-repeat;
    font-family: 'Lucida Sans',;
    color: #CDAD7D;
    text-align: center;
    margin: 0;
    padding: 0;
}

.logo {
    text-align: left;
    padding: 15px 10px;
}

.logo img {
    width: 450px;
    height: auto;
}

.main-title {
    font-size: 85px;
    margin-top: 50px;
}

.contact-info {
    font-size: 20px;
    margin-top: 50px;
}

.email-button {
    background-color: #CDAD7D;
    color: #fff;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 10px;
    cursor: pointer;
}

.info-text {
    font-size: 20px;
    margin-top: 0px;
}

@media (min-width: 1025px) {
    body {
        background-image: url(desktop-oloz-trust-fund-background.png);
    }

    .email-button {
        padding: 10px 20px;
    }
}

/* Media Query for tablets */
@media (max-width: 1024px) and (min-width: 481px) {
    body {
        background-image: url('tablet-oloz-trust-fund-background2.png');
    }
    .main-title {
        font-size: 55px;
    }

    .logo img {
        width: 350px;
    }

    .email-button {
        padding: 8px 16px;
    }
}

/* Media Query for mobile phones */
@media (max-width: 480px) {
    body {
        background-image: url('mobile-phone-oloz-trust-fund-background.png');
    }

    .main-title {
        font-size: 38px;
    }

    .logo img {
        width: 350px;
    }

    .email-button {
        padding: 8px 16px;
    }
}
