.content {                border-color: blue;
                                margin-top: 0;
                                margin-left: 15%;
                                margin-right: 15%;
                                margin-bottom: 15%;
                        }

H1, h2        {        color: #3100ff;
                font-weight: 900;
                text-align: center;
                   }
.right { background-image: url(images/viiva.jpg);
                 background-position: top right;
                 background-repeat: no-repeat;
                 padding-right: 10px

        }
        .left { background-image: url(images/viiva.jpg);
                 background-position: top left;
                 background-repeat: no-repeat;
                 padding-left: 10px

        }



body {         SCROLLBAR-FACE-COLOR: #3100ff;
                SCROLLBAR-HIGHLIGHT-COLOR: #black;
                SCROLLBAR-SHADOW-COLOR: #black;
                SCROLLBAR-3DLIGHT-COLOR: #black;
                SCROLLBAR-ARROW-COLOR: #ffffff;
                SCROLLBAR-TRACK-COLOR: #ffffff;
                SCROLLBAR-DARKSHADOW-COLOR: #black; }

.banneri { align: center;
       text-align: center; }
ul    { margin-top: 1px;
         }
button { color: #3100ff;
         font-weight: 700;
          }
.mittari {       position:absolute;
				left:70%;
				top:30%;

        }