.logo {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1;
    padding: 2em;
    box-sizing: border-box;
}
.logo img{max-width: 60px;}

.textinfo {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 0;
    z-index: 1;
    padding: 1em;
    box-sizing: border-box;
    color: white;
    text-align: center;
    font-family: monospace;
    font-size: 20px;
}
