body {
    background-image: url("immalogo.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
    background-color: #0e0e0e;
    color: white;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}