@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

.ie-wrapper{
    font-family: 'Open Sans', sans-serif;
    position: fixed; background: #FFF; color: #000; width: 100%; height: 100%; font-size: 1rem; text-align: center; left: 0; 
}
.ie-center-block{
    position: absolute; left:50%; top:50%; transform: translate(-50%, -50%); width: 80%;
}
.ie-main-logo{
    cursor: pointer; width: 10rem;  height: 2.4rem;display: inline-block;
}
.ie-p-text{
    display: block; margin-top: 2rem;
}
.ie-link{
    color: #f2f2f2;
}