#message {
    width: 92vw;
    margin: 1vh 4vw;
    color: #333333;
}

body, html {
    background-color: white;
}

.over {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}

.tempContainer {
    position: fixed;
    max-width: 100vw;
    width: 100vw !important;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
    z-index: 101;

    display: flex;
    justify-content: center;
    align-items: center;
}

#message img {
    width: 40%;
}

#box_img {
    margin: 0 auto;
    max-width: 100vw !important;
}

#box_img img {
    margin: 0 auto;
    max-width: 100vw !important;
}
