body {
    background-image: url('/media/output.jpg');

    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}

a {

    position: fixed;
    bottom: 5%;
    right: 5%;
    text-align: center;

}
