@charset "UTF-8";

body {
    margin: 0;
}

div {
    color: white;
    width: 100%;
}

.header-box {
    background-color: #274a78;
    width: 100%;
    white-space: nowrap;
}

.system-name {
    text-align: left;
    margin: 0 0 0 5%;
    width: 40%;
}

.title {
    text-align: center;
    width: 17.5%;
}

.space {
    text-align: center;
    width: 42.5%;
}