
*{font-size:20px;margin:0;padding:0}

.ds-modul{
        position:fixed;
        left:0;
        bottom:0;
        width:100%;
        height:100%; 
        overflow:auto;
        background-color:rgba(0,0,0,0.4)
        }
       
.ds-content{
       background-color:#fefefe;
       border-radius: 30px; 
       margin:0;
       padding:15px;
       border:8px #888;
       border-style: groove;
       border-color: silver;
       position:absolute;
       bottom:5%;
       left:5%;
       right:5%
       }

 button p {
     color: green;
     font-weight: bold;
 }
 
h1,b.ds {
           color: #FF0000;
       }
