
body {
    height: 100%;
    overflow: hidden;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: column;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    color: #252525;
}

p {
    color: #333;
    line-height: 25px;
    text-align: center;
    margin-top: 20px;
    font-size : 15px;
}

#down_for_maintenance {
    width: 100%; 
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.image {
    margin-right: 10px;
    max-width: 100vw;
}

.icon {
    cursor: pointer;
    padding-left: 20px;
}

#titleBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 500px;
}

h1 {
    font-size: 20px;
}

#widthBox {
    margin: 10px;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}