body {
    background-color: black;
}

img {
    display: block;
    margin: auto;  
} 

#info {
    color: white;
    font-size: 48px;
    text-align: center;
    margin: auto;
}

#tekst {
    color: white;
    font-size: 40px;
    text-align: center;
    margin: auto;
    width: 90%;
}

#footer {
    color: white;
    text-align: center;
    font-size: 32px;
    margin: auto;
    height: 60px;
} 
