body {
    background-color: #181a1b;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

.container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.info {
    text-align: left;
}

img {
    height: 60px;
}