
#info {
	text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -100px;
}

#info img{
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#info h1{
    font-family: 'Roboto', sans-serif;
    position: fixed;
}