body {
    margin: 0;
}

#info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 100;
    display: block;
    color: white;
    font-size: 50px;
}