body {
    font-family: "Arial", Georgia, Serif;
}

.container {
    height: 100%;
    width: 100%;
    position: absolute;

    background-image: url('../images/background.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.content{
    top: 100px;
    margin: auto auto;
    position: relative;
    width: 600px;
    text-align: center;

    font-size: 16px;
}