body {
    background-image: url("images/mii_plaza_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.center {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.miis {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.imageBox {
    position: relative;
    float: left;
}

.imageBox .hoverImg {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.imageBox:hover .hoverImg {
    display: block;
}

.info_bar {
    position: fixed;
    width: 100%;
    height: 100px;
    left: 0px;
    background-color: #1E7967;
    bottom: 0px;
}

.name_bar {
    position: fixed;
    width: 50%;
    height: 60px;
    bottom: 20px;
    background-color: white;
    z-index: -1;
    transform: translateX(50%);
    border-radius: 15px;
}

.name {
    color: black;
    position: fixed;
    text-align: center;
    transform: translateX(50%);
    bottom: 5px;
    right: 50%;
    z-index: 100;
}
