.container{
    width: 500px;
    height:300px;
    background-color:red;
    background-image: url("/images/background.png");
    background-size: cover;
}