.background {
    background-size: cover;
    background-image: url("/images/bg.fw.jpg");
}

#ie-container {
    text-align: left;
    margin:auto;
    width:450px;
    height:450px;
    background:#fff;
}

.ie-title {
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
    font-size: 26px;
    color: rgb(38,166,154);
    padding-bottom: 20px;
}

.ie-link {
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
}

.ie-logo {
    width: 100%;
    height: 250px;
}

.ie-button {
    width: auto;
    overflow: visible;
    color: #fff;
    height: 60px;
    background-color: rgb(38,166,154);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
    font-size: 18px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}

.ie-center {
    text-align: center;
}