body{
    font-family: Arial;
    display:flex;
    flex:1;

    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url('../images/background.svg');
    background-repeat: no-repeat;
    background-color: black;
    background-size: cover;
}
footer
{
    background-color:#333333;
    padding:10px;
}