/*
html {
    background: url("../images/tl-background.jpg") no-repeat center fixed;
-webkit-background-size: cover;

-moz-background-size: cover;

-o-background-size: cover;
background-size: cover;
box-sizing: border-box;

} */

body {
    background-image: url("/images/tl-background.jpg");
    background-size: cover;
    box-sizing: border-box;
}

p {
    font: white;
}

.body-background {
    background-image: url("images/tl-background.jpg");
    display: flex;
    position: relative;
    width: 100%;
}

.new {
    top: 1000px;
    display: flex;
    justify-content: center;
    font-size: 60px;
    color: whitesmoke;
    font-family: 'Lato';
}

.space {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    color: whitesmoke;
    font-family: 'Lato';
}