    body{
                background-image:url('http://wesign.dk/games/diceMaster/back.jpg');
                background-size: cover;
                background-repeat: repeat-y;
                font-family: sans-serif;
            }
            h1{
                margin-top:0;
                padding-top:0;
                font-size: 50px;
                font-weight: 800;
            }
            .centerMe{
                position: relative;
                top:50px;
                text-align: center;
                width:80%;
                margin:auto;
            }
            h6 span{
                font-weight: 100;
            }
            
            .fixToBottom{
                width:50%;
                position: fixed;
                bottom:50px;
               left:25%;
            }
            ul{
               padding:0;
            }
            
            #listOfResults li{
               width:15.25%;
               text-align: center;
                display:inline-block;
                list-style-type: none;
            }
            #showResult{
                font-size: 12px;
                margin:auto;
                max-width: 80%;
                text-align: center;
            }
            span div{
                margin:auto;
            }
            input{
                text-align: center;
                height:30px;
                width:100px;
                border:none;
        -webkit-border-radius:4px 4px 4px 4px !important;
        -moz-border-radius: 4px 4px 4px 4px !important;
        border-radius: 4px 4px 4px 4px !important;
            }
            input:focus{
                
                  outline: none !important;
                
                box-shadow: 0 0 10px rgba(144,14,14,0.4);
            }
            button{
                background-color: rgba(244,94,94,1);
                padding:15px; 
                -webkit-border-radius:4px 4px 4px 4px !important;
        -moz-border-radius: 4px 4px 4px 4px !important;
        border-radius: 4px 4px 4px 4px !important;
       
            }
            button:focus{
                outline: none !important;
                
                box-shadow: 0 0 10px rgba(144,14,14,0.4);
            }
            .notVisible{
                display: none;
            }
      