body {
    /*align-items: center;*/
    background-color: #000000;
    color: rgb(240, 110, 0);
    /*display: flex;*/
    flex-direction: column;
    font-family: Arial, sans-serif;
    /*height: 100vh;
    justify-content: center;*/
    margin: 0px;
}

div.button {
    background-color: rgb(51, 51, 51);
    border-radius: 0px;
    border: none;
    color: #ffffff;
    display: block;
    line-height: 84px;
    font-size: 2em;
    margin-bottom: 1px;
    padding: 0px 16px;
    width: 160px;
}

.logo {
    width: 100px;
}

.status {
    color: rgb(240, 110, 0);
}

.logoContainer {
    display: inline-block;
    width: 116px;
}

.nameContainer {
    display: none;
    width: 180px;
    text-align: left;
}