body {
    background-color: #000000;
    color: #FFFFFF;
    font-family: 'Verdana', sans-serif;
    font-size: 8pt;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

img {
    width: 100px;
}

span {
    margin-top: 10px;
    font-size: 10px;
}

.container {
    display: flex;
    flex-direction: row;
}

.logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
}