.message-normal {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 24px;
}

.message-small {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 12px;
    font-style: normal;
}

.info-item {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 350;
    font-size: 13px;
    font-style: normal;
}

.logo-box {
    position:absolute;
    top: 10px;
    right: 10px;
    width: 120px;
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
    background-color: #ffffff;
    z-index: 1000;
}

.logo-image {
    display: block;
    height: auto;
    width: 120px;
    margin: auto
}

.history-box {
    margin: 5px;
    display: none;
}

.deviceInfo-box {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
    background-color: #ffffff;
    z-index: 1000;
    display: none;
}

.body-bg-gray {
    background-color: lightgray;
}

.message-box {
    width: 50%;
    padding: 20px;
    margin: auto;
    border-radius:20px;
    background-color: #ffffff;
}

.message-line {
    text-align: center;
    margin-top: 10px;
}

.message-logo-image {
    display: block;
    margin: auto;
}

.block-margin-top {
    margin-top: 30px;
}