#logo {
    width: 50%;
    height: auto;
    margin: 16px;
    border-radius: 6px;
    background-image: url("/assets/img/smiling_robot.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.info {
    color: black;
}

#version {
    font-size: 1.7rem;
    font-weight: bold;
}

#versiondate {
    font-size: 1.3rem;
    font-weight: bold;
}