body {
  text-align: center;
  background-image: url(tv-mainos.taustakuva.jpg);
 background-color: bisque;
 background-repeat: no-repeat;
 background-size: cover;
 background-attachment: fixed;
 
 
}

h2 {
    padding-top: 40px;


}

.container {
    width: 1200px;
    background-color: rgb(255, 250, 175);
text-align: center;
margin-left: auto;
 margin-right: auto;
}