/* CSS Document */
h1 {
    color: white;
    
    }
h2 {
    color: black
    }
body{ 
    background-color: white;
    font-family: Arial;
    }
p  {
    text-align: center;
    }
ul {
    list-style-type: circle;
    }
td {
   border: solid;
   }
th {
   border: solid;
   }
table {
       border-collapse:collapse;
      }

.rounded-box {
    background-color: rgba(192,192,192,0.8);
    border: lightblue;
    padding: 60px; 
    border-radius:15px;
    width: 550px; 
    margin: 20px auto;
    text-align: center;  
    }
.rounded-box-zwei {

    background-color: silver;
    border: silver;
    padding: 20px; 
    border-radius:15px;
    width: 300px; 
    margin: 20px auto;
    text-align: center;  
    }
.rounded-box-drei {
    background-color: silver;
    border: silver;
    padding: 20px; 
    border-radius:15px;
    width: 700px; 
    margin: 20px auto;
    text-align: center;  
    }

.meine-liste {
  list-style-type: disc; 
    }
.fetter-text {
  font-weight:bold;
}






