@charset "UTF-8";
/* CSS Document */

body{
    margin:0;
    padding:0;
    overflow:hidden;
}
.container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    width: 100%;
    text-align: center;
    color: #666666;
}

.image-box {
    width: 240px;
}

.image-empty {
    width: 100%;
}

.title {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
}
