body {
    background: url('/static/bg.jpg') top left no-repeat;
    background-size: cover;
    font-family: sans-serif;
    font-size: 16px;
    color: #fff;
}

header {
    margin: 100px;
}

a {
    font-weight: bold;
    color: #fff;
}

h1 {
    background: url('FLIX_rgb_white.png') top left no-repeat;
    height: 120px;
    width: 300px;
    text-indent: -9999px;
    margin: 10px auto;
}

.downloadBox {
    width: 50%;
    background: rgb(0 0 0 / 93%);
    margin: 0 auto;
    padding: 20px;
}

footer {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

footer img {
    width: 150px;
}
