body {
    font-family: 'Arial', sans-serif;
    background-image: url('/img/banner.png');
    background-size: cover;
    color: white;
    text-align: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

h1 {
    font-size: 3em;
}

p {
    font-size: 1.5em;
}

.footer {
    position: fixed;
    bottom: 0px;
    width: 100vw;
    text-align: center;
    background: rgba(0,0,0,0.5);
}